Changes in boot/Makefile.grub [7174403:c573e0f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.grub
r7174403 rc573e0f 60 60 build_dist: clean 61 61 mkdir -p $(BOOT) 62 cp -r $(GRUB) $(BOOT)/grub62 cp -r -L $(GRUB) $(BOOT)/grub 63 63 ifeq ($(GRUB_ARCH),efi) 64 64 gunzip $(IMAGE)
Note:
See TracChangeset
for help on using the changeset viewer.