Changes in boot/Makefile.grub [9c96634:239e32b8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.grub
r9c96634 r239e32b8 57 57 endif 58 58 59 build_dist: clean 59 build_dist: clean $(COMPONENTS) 60 60 mkdir -p $(BOOT) 61 61 cp -r -L $(GRUB) $(BOOT)/grub … … 95 95 clean: 96 96 rm -fr $(DISTROOT) 97 98 include Makefile.initrd
Note:
See TracChangeset
for help on using the changeset viewer.