From ad631937dfb8a912310002a643a8d2e3954e2b3b Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 1 Jan 2011 13:18:17 +0000 Subject: [PATCH] Do not append timestamp. git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@296 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 49d9a59..78e41af 100644 --- a/Makefile +++ b/Makefile @@ -16,12 +16,12 @@ distr: ./mk-distr file:///home/phd/work/SVN/bookmarks_db/trunk fulldistr: clean examples_distr - cd .. && tar cf - bookmarks_db | gzip -9 > bookmarks_db-$(VERSION)-`date +'%Y%m%d'`.tar.gz + cd .. && tar cf - bookmarks_db | gzip -9 > bookmarks_db-$(VERSION).tar.gz .PHONY: examples_distr examples_distr: - tar cf - $(EXAMPLE_SHELL) | gzip -9 > ../bookmarks_sh-$(VERSION)-`date +'%Y%m%d'`.tar.gz + tar cf - $(EXAMPLE_SHELL) | gzip -9 > ../bookmarks_sh-$(VERSION).tar.gz rm $(EXAMPLE_SHELL) -- 2.39.2