Changeset dcc2c5d in mainline for boot/Makefile.build
- Timestamp:
- 2018-10-12T17:44:35Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 68a0d60
- Parents:
- d4eba6d
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-10-12 17:38:51)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-10-12 17:44:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.build
rd4eba6d rdcc2c5d 69 69 DEPENDS := $(addsuffix .d,$(basename $(SOURCES))) 70 70 71 ifeq ($(CONFIG_COMPRESSED_INIT),y) 72 COMPONENTS := $(addsuffix .gz, $(COMPONENTS)) 73 endif 74 71 75 all: $(VERSION_DEF) $(COMMON_MAKEFILE) $(COMMON_HEADER) $(CONFIG_MAKEFILE) $(CONFIG_HEADER) $(BOOT_OUTPUT) 72 76 … … 101 105 gzip -n -k -f $< 102 106 103 $(COMPS).tar: $( addsuffix .gz, $(COMPONENTS))107 $(COMPS).tar: $(COMPONENTS) 104 108 tar --mtime='2032-01-01 00:00:00' --group=0 --owner=0 --no-acls --no-selinux --no-xattrs --format=ustar --transform 's/.*\///g' -cvf $@ $^ 105 109
Note:
See TracChangeset
for help on using the changeset viewer.