Changeset af7a26b in mainline for boot/arch/amd64/Makefile.inc
- Timestamp:
- 2010-04-17T01:04:12Z (13 years ago)
- Branches:
- lfn, master, serial
- Children:
- a3c4305
- Parents:
- b3631bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/amd64/Makefile.inc
-
Property
mode
changed from
100755
to100644
rb3631bc raf7a26b 39 39 build: $(BASE)/image.iso 40 40 41 $(BASE)/image.iso: arch/$(BARCH)/grub/stage2_eltorito $( KERNELDIR)/kernel.bin$(INIT_TASKS) $(RD_SRVS) $(RD_APPS) $(CFG)41 $(BASE)/image.iso: arch/$(BARCH)/grub/stage2_eltorito $(COMPONENTS) $(INIT_TASKS) $(RD_SRVS) $(RD_APPS) $(CFG) 42 42 mkdir -p $(TMP)/boot/grub 43 43 cp arch/$(BARCH)/grub/stage2_eltorito $(TMP)/boot/grub/ -
Property
mode
changed from
Note: See TracChangeset
for help on using the changeset viewer.