Changeset c40f385 in mainline for boot/Makefile.grub
- Timestamp:
- 2011-12-08T23:00:49Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 89128f3, db8a034
- Parents:
- 38650da (diff), 6f20277 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.grub
r38650da rc40f385 89 89 echo " $(MULTIBOOT_CMD) /boot/$$module" >> $(BOOT_CONFIG) ; \ 90 90 else \ 91 echo " $(MODULE_CMD) /boot/$$module " >> $(BOOT_CONFIG) ; \91 echo " $(MODULE_CMD) /boot/$$module /boot/$$module" >> $(BOOT_CONFIG) ; \ 92 92 fi \ 93 93 done
Note:
See TracChangeset
for help on using the changeset viewer.