- Timestamp:
- 2012-01-25T20:25:45Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9cd8165, cf858877
- Parents:
- 5cd3d67
- Location:
- boot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.grub
r5cd3d67 r7174403 52 52 $(BOOT_OUTPUT): build_dist 53 53 ifeq ($(GRUB_ARCH),pc) 54 mkisofs-J -r -input-charset utf-8 -V "HelenOS boot ISO" -eltorito-boot $(ELTORITO) -no-emul-boot -boot-load-size 64 -boot-info-table -o $@ $(DISTROOT)/54 $(GENISOIMAGE) -J -r -input-charset utf-8 -V "HelenOS boot ISO" -eltorito-boot $(ELTORITO) -no-emul-boot -boot-load-size 64 -boot-info-table -o $@ $(DISTROOT)/ 55 55 endif 56 56 ifeq ($(GRUB_ARCH),efi) 57 mkisofs-J -r -input-charset utf-8 -V "HelenOS boot ISO" -efi-boot $(ELTORITO) -o $@ $(DISTROOT)/57 $(GENISOIMAGE) -J -r -input-charset utf-8 -V "HelenOS boot ISO" -efi-boot $(ELTORITO) -o $@ $(DISTROOT)/ 58 58 endif 59 59 -
boot/Makefile.silo
r5cd3d67 r7174403 41 41 42 42 $(POST_OUTPUT): build_dist 43 mkisofs-f -G $(ISOFS_B_IN) -B ... -r -o $@ $(DISTROOT)/43 $(GENISOIMAGE) -f -G $(ISOFS_B_IN) -B ... -r -o $@ $(DISTROOT)/ 44 44 45 45 build_dist: clean -
boot/Makefile.yaboot
r5cd3d67 r7174403 40 40 41 41 $(POST_OUTPUT): build_dist 42 mkisofs-hfs -part -map $(MAPS) -no-desktop -hfs-volid "HelenOS" -hfs-bless $(DISTROOT)/boot -r -o $@ $(DISTROOT)/42 $(GENISOIMAGE) -hfs -part -map $(MAPS) -no-desktop -hfs-volid "HelenOS" -hfs-bless $(DISTROOT)/boot -r -o $@ $(DISTROOT)/ 43 43 44 44 build_dist: clean
Note:
See TracChangeset
for help on using the changeset viewer.