Changeset a43dfcb in mainline
- Timestamp:
- 2018-11-12T16:39:21Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7429ffd
- Parents:
- aaa3c457
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-10-22 21:19:28)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-11-12 16:39:21)
- Location:
- boot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.grub
raaa3c457 ra43dfcb 47 47 endif 48 48 49 all: $( BOOT_OUTPUT)49 all: $(POST_OUTPUT) 50 50 51 $( BOOT_OUTPUT): build_dist51 $(POST_OUTPUT): build_dist 52 52 ifeq ($(GRUB_ARCH),pc) 53 53 $(GENISOIMAGE) -J -r -input-charset utf-8 -V "HelenOS-CD" -eltorito-boot $(ELTORITO) -no-emul-boot -boot-load-size 64 -boot-info-table -o $@ $(DISTROOT)/ -
boot/arch/amd64/Makefile.inc
raaa3c457 ra43dfcb 70 70 $(USPACE_PATH)/app/wavplay/demo.wav 71 71 72 BOOT_OUTPUT = $(ROOT_PATH)/image.iso 73 BUILD = Makefile.grub 72 POST_OUTPUT = $(ROOT_PATH)/image.iso 73 BUILD = Makefile.empty 74 POSTBUILD = Makefile.grub
Note:
See TracChangeset
for help on using the changeset viewer.