Changeset 239e32b8 in mainline
- Timestamp:
- 2017-06-07T16:11:59Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c09ff7b
- Parents:
- 4646710
- Location:
- boot
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.build
r4646710 r239e32b8 148 148 $(MKARRAY) --deflate $(COMPS) $(COMP) "$(AS_PROLOG)" ".section .components, \"a\"" $^ 149 149 150 $(INITRD).img: 151 ifeq ($(RDFMT),tmpfs) 152 $(MKTMPFS) $(DIST_PATH) $@ 153 endif 154 ifeq ($(RDFMT),fat) 155 $(MKFAT) 1048576 $(DIST_PATH) $@ 156 endif 157 ifeq ($(RDFMT),ext4fs) 158 $(MKEXT4) 1048576 $(DIST_PATH) $@ 159 endif 150 include Makefile.initrd 160 151 161 152 $(ARCH_INCLUDE): arch/$(KARCH)/include/ -
boot/Makefile.grub
r4646710 r239e32b8 57 57 endif 58 58 59 build_dist: clean 59 build_dist: clean $(COMPONENTS) 60 60 mkdir -p $(BOOT) 61 61 cp -r -L $(GRUB) $(BOOT)/grub … … 95 95 clean: 96 96 rm -fr $(DISTROOT) 97 98 include Makefile.initrd -
boot/arch/amd64/Makefile.inc
r4646710 r239e32b8 70 70 71 71 BOOT_OUTPUT = $(ROOT_PATH)/image.iso 72 PREBUILD = $(INITRD).img73 72 BUILD = Makefile.grub
Note:
See TracChangeset
for help on using the changeset viewer.