[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [mini-os master] mini-os: use gzip -n
commit a207ecfd3ad09be5d0859749d8e433b4ce8efdd6 Author: Bernhard M. Wiedemann <bwiedemann@xxxxxxx> AuthorDate: Thu Jun 22 15:40:26 2017 +0200 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Thu Jun 29 12:00:55 2017 +0100 mini-os: use gzip -n to not add current timestamp to ioemu-stubdom.gz pv-grub-x86_32.gz pv-grub-x86_64.gz xenstore-stubdom.gz to allow for reproducible builds Signed-off-by: Bernhard M. Wiedemann <bwiedemann@xxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef8559b..5bdcdac 100644 --- a/Makefile +++ b/Makefile @@ -165,7 +165,7 @@ $(OBJ_DIR)/$(TARGET): $(OBJS) $(APP_O) arch_lib $(OBJ_DIR)/$(TARGET_ARCH_DIR)/mi $(LD) -r $(LDFLAGS) $(HEAD_OBJ) $(APP_O) $(OBJS) $(LDARCHLIB) $(LDLIBS) -o $@.o $(OBJCOPY) -w -G $(GLOBAL_PREFIX)* -G _start $@.o $@.o $(LD) $(LDFLAGS) $(LDFLAGS_FINAL) $@.o $(EXTRA_OBJS) -o $@ - gzip -f -9 -c $@ >$@.gz + gzip -n -f -9 -c $@ >$@.gz .PHONY: config CONFIG_FILE ?= $(CURDIR)/minios-config.mk -- generated by git-patchbot for /home/xen/git/mini-os.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |