Changeset a43dfcb in mainline for boot/Makefile.grub
- 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)
- File:
-
- 1 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)/
Note:
See TracChangeset
for help on using the changeset viewer.