summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-08-22 09:47:41 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-08-22 09:47:41 -0300
commit89ddb8a06ccaa14b09c81e81dbacc4ce70285129 (patch)
tree98d54c347d5a3771fdb142e3ef8ee0540aa5214c /Makefile
parent6413c9eb617e2eebe283211c0422e46bbd7289bb (diff)
parent189a39592e02ff2f9a387eff92dfc3a3a2e4ddfb (diff)
downloadmediapointer-dvb-s2-89ddb8a06ccaa14b09c81e81dbacc4ce70285129.tar.gz
mediapointer-dvb-s2-89ddb8a06ccaa14b09c81e81dbacc4ce70285129.tar.bz2
merge: http://linuxtv.org/hg/~gliakhovetski/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index f5bc79999..a1e609f0e 100644
--- a/Makefile
+++ b/Makefile
@@ -19,18 +19,7 @@ install:
$(MAKE) -C $(BUILD_DIR) $(MAKECMDGOALS)
commit cvscommit hgcommit change changes changelog:: whitespace
- @cd $(BUILD_DIR); scripts/cardlist; cd ..
- @v4l/scripts/prep_commit_msg.pl $(TMP)/v4l_hg_whitespace > \
- $(TMP)/v4l_hg_commit.msg
- @CHECKSUM=`md5sum "$(TMP)/v4l_hg_commit.msg"`; \
- $(EDITOR) $(TMP)/v4l_hg_commit.msg || exit $?; \
- echo "$$CHECKSUM" | md5sum -c --status && \
- echo "*** commit message not changed. Aborting. ***" \
- && exit 13 || exit 0
- $(BUILD_DIR)/scripts/hghead.pl $(TMP)/v4l_hg_commit.msg | grep -v '^#' | hg commit -l -
- @echo "*** PLEASE CHECK IF LOG IS OK:"
- @hg log -v -r -1
- @echo "*** If not ok, do \"hg rollback\" and \"make commit\" again"
+ @cd $(BUILD_DIR); scripts/cardlist; scripts/do_commit.sh $(EDITOR) $(TMP)/v4l_hg_whitespace; cd ..
qrefresh: Q=q
qrefresh:: whitespace