Changeset 963dd91 in mainline
- Timestamp:
- 2009-12-13T19:21:52Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4491338
- Parents:
- 1313ee9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/amd64/Makefile.inc
r1313ee9 r963dd91 47 47 echo " root (cd)" >> $(TMP)/boot/grub/menu.lst 48 48 for module in $(MODULES) $(INITRD).img ; do \ 49 if [ $$module = =kernel.bin ] ; then \49 if [ $$module = kernel.bin ] ; then \ 50 50 echo " kernel /boot/$$module" >> $(TMP)/boot/grub/menu.lst ; \ 51 51 else \
Note:
See TracChangeset
for help on using the changeset viewer.