Changes in boot/Makefile.grub [84176f3:a43dfcb] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.grub

    r84176f3 ra43dfcb  
    3131include Makefile.common
    3232
    33 GRUB = grub/$(BARCH)-$(GRUB_ARCH)
     33GRUB = grub.$(GRUB_ARCH)
    3434BOOT = $(DISTROOT)/boot
    3535BOOT_CONFIG = $(BOOT)/grub/grub.cfg
     
    6464endif
    6565
    66 ifeq ($(GRUB_LOADER),multiboot)
    6766        for module in $(COMPONENTS) ; do \
    6867                cp "$$module" $(BOOT)/ ; \
    6968        done
    70 endif
    71 ifeq ($(GRUB_LOADER),chainloader)
    72         cp "$(BOOT_OUTPUT)" $(BOOT)/
    73 endif
    7469
    7570        echo "set default=0" > $(BOOT_CONFIG)
     
    8883
    8984        echo "menuentry 'HelenOS $(RELEASE)' --class helenos --class os {" >> $(BOOT_CONFIG)
    90 ifeq ($(GRUB_LOADER),multiboot)
    9185        for module in $(MODULES) ; do \
    9286                echo "  echo 'Loading $$module'" >> $(BOOT_CONFIG) ; \
     
    9791                fi \
    9892        done
    99 endif
    100 ifeq ($(GRUB_LOADER),chainloader)
    101         echo "  echo 'Loading $(BOOT_OUTPUT)'" >> $(BOOT_CONFIG)
    102         echo "  chainloader /boot/$(BOOT_OUTPUT)" >> $(BOOT_CONFIG)
    103         echo "  boot" >> $(BOOT_CONFIG)
    104 endif
    10593        echo "}" >> $(BOOT_CONFIG)
    10694
Note: See TracChangeset for help on using the changeset viewer.