summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f70f35..c2d93aa 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
# avoid dpkg-dev dependency; fish out the version with sed
VERSION := $(shell sed 's/.*(\(.*\)).*/\1/; q' debian/changelog)
+DATE := $(shell sed -n '/^ -- /{s/.*> \(.*\)/\1/p;q}' debian/changelog)
MAKEDEV := /sbin/MAKEDEV
@@ -35,7 +36,7 @@ devices.tar.gz:
chown 0:0 dev
chmod 755 dev
(cd dev && $(MAKEDEV) std ptmx fd consoleonly)
- tar cf - dev | gzip -9 >devices.tar.gz
+ tar --mtime="$(DATE)" -cf - dev | gzip -9n >devices.tar.gz
@if [ "$$(tar tvf devices.tar.gz | wc -l)" -lt 2 ]; then \
echo " ** devices.tar.gz is empty!" >&2; \
exit 1; \