All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mini-os: use gzip -n
@ 2017-06-22 13:40 Bernhard M. Wiedemann
  2017-06-22 14:09 ` Wei Liu
  0 siblings, 1 reply; 6+ messages in thread
From: Bernhard M. Wiedemann @ 2017-06-22 13:40 UTC (permalink / raw)
  To: xen-devel; +Cc: Bernhard M. Wiedemann, keir.fraser, kaf24

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@suse.de>
---
 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@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-06-23  9:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-22 13:40 [PATCH] mini-os: use gzip -n Bernhard M. Wiedemann
2017-06-22 14:09 ` Wei Liu
2017-06-22 14:55   ` Andrew Cooper
2017-06-22 15:45     ` Wei Liu
2017-06-23  9:09     ` Bernhard M. Wiedemann
2017-06-23  9:23       ` Wei Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.