[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [Xen-devel] [PATCH] mini-os: use gzip -n
Cc minios-devel and Samuel On Thu, Jun 22, 2017 at 03:40:26PM +0200, Bernhard M. Wiedemann wrote: > 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 > -- > 2.12.3 > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@xxxxxxxxxxxxx > https://lists.xen.org/xen-devel _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/cgi-bin/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |