aboutsummaryrefslogtreecommitdiffstats
path: root/xen-2.4.16/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xen-2.4.16/Makefile')
-rw-r--r--xen-2.4.16/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen-2.4.16/Makefile b/xen-2.4.16/Makefile
index 7ede454ee8..846c0e6f12 100644
--- a/xen-2.4.16/Makefile
+++ b/xen-2.4.16/Makefile
@@ -4,6 +4,7 @@ export BASEDIR := $(shell pwd)
include Rules.mk
default: $(TARGET)
+ gzip -f -9 < $(TARGET) > $(TARGET).gz
install: $(TARGET)
gzip -f -9 < $(TARGET) > $(TARGET).gz