Changeset c573e0f in mainline for boot/Makefile.grub


Ignore:
Timestamp:
2012-06-08T12:58:45Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
491f773
Parents:
3123d2a
Message:

make sure we copy content (not links potentially) when installing GRUB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.grub

    r3123d2a rc573e0f  
    6060build_dist: clean
    6161        mkdir -p $(BOOT)
    62         cp -r $(GRUB) $(BOOT)/grub
     62        cp -r -L $(GRUB) $(BOOT)/grub
    6363ifeq ($(GRUB_ARCH),efi)
    6464        gunzip $(IMAGE)
Note: See TracChangeset for help on using the changeset viewer.