From e8fa3e492b12dc6e7d30b08566c37c59bce5e38c Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sat, 15 Jul 2006 09:02:11 -0300 Subject: Make snapshot now working fine with hg From: Mauro Carvalho Chehab This will allow generating periodic snapshots of the tree. Signed-off-by: Mauro Carvalho Chehab --- v4l/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'v4l/Makefile') diff --git a/v4l/Makefile b/v4l/Makefile index 663369674..63d3fe48a 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -356,7 +356,7 @@ help:: RPWD := $(shell cd .. && pwd) thisdir := $(notdir $(RPWD)) -name := $(thisdir) +name := v4l-dvb date := $(shell date +%Y%m%d) tardest ?= . @@ -368,5 +368,5 @@ snapshot snap tarball:: update distclean echo $(name) echo $(date) > .snapshot (cd ..; tar czf $(snapdir)/$(snap)-$(date).tar.gz .) - cp ChangeLog /$(snapdir)/$(snap)-ChangeLog-$(date) + hg history --style scripts/map-changelog > /$(snapdir)/$(snap)-ChangeLog-$(date) $(MAKE) -C $(snapdir) -- cgit v1.2.3