Changeset 963dd91 in mainline


Ignore:
Timestamp:
2009-12-13T19:21:52Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4491338
Parents:
1313ee9
Message:

Fix ia32 and amd64 build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/amd64/Makefile.inc

    r1313ee9 r963dd91  
    4747        echo "  root (cd)" >> $(TMP)/boot/grub/menu.lst
    4848        for module in $(MODULES) $(INITRD).img ; do \
    49                 if [ $$module == kernel.bin ] ; then \
     49                if [ $$module = kernel.bin ] ; then \
    5050                        echo "  kernel /boot/$$module" >> $(TMP)/boot/grub/menu.lst ; \
    5151                else \
Note: See TracChangeset for help on using the changeset viewer.