Changeset 677f620 in mainline for boot/arch/amd64/Makefile.inc
- Timestamp:
- 2008-08-05T21:52:14Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 30b3ddb
- Parents:
- 0928526
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/amd64/Makefile.inc
r0928526 r677f620 49 49 $(USPACEDIR)/app/tester/tester \ 50 50 $(USPACEDIR)/app/klog/klog \ 51 $(USPACEDIR)/app/cli/cli 52 ifneq ($(RDFMT),tmpfs) 53 RD_TASKS += $(USPACEDIR)/srv/fs/tmpfs/tmpfs 54 endif 55 ifneq ($(RDFMT),fat) 56 RD_TASKS += $(USPACEDIR)/srv/fs/fat/fat 57 endif 51 $(USPACEDIR)/app/cli/cli \ 52 $(USPACEDIR)/srv/fs/tmpfs/tmpfs \ 53 $(USPACEDIR)/srv/fs/fat/fat 58 54 59 55 build: $(BASE)/image.iso … … 76 72 done 77 73 ifeq ($(RDFMT),tmpfs) 78 $(BASE)/tools/mktmpfs.py 4096 $(USPACEDIR)/dist/ arch/$(ARCH)/iso/boot/initrd.img74 $(BASE)/tools/mktmpfs.py $(USPACEDIR)/dist/ arch/$(ARCH)/iso/boot/initrd.fs.img 79 75 endif 80 76 ifeq ($(RDFMT),fat) 81 $(BASE)/tools/mkfat.sh $(USPACEDIR)/dist/ arch/$(ARCH)/iso/boot/initrd. img77 $(BASE)/tools/mkfat.sh $(USPACEDIR)/dist/ arch/$(ARCH)/iso/boot/initrd.fs.img 82 78 endif 79 $(BASE)/tools/mkhord.py 4096 arch/$(ARCH)/iso/boot/initrd.fs.img arch/$(ARCH)/iso/boot/initrd.img 80 rm arch/$(ARCH)/iso/boot/initrd.fs.img 83 81 mkisofs -J -r -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 -boot-info-table -o $(BASE)/image.iso arch/$(ARCH)/iso/ 84 82
Note:
See TracChangeset
for help on using the changeset viewer.