summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAntoine Jacquet <royale@zerezo.com>2008-08-18 23:18:18 +0200
committerAntoine Jacquet <royale@zerezo.com>2008-08-18 23:18:18 +0200
commite04f4692fb946b6480f856cb4986bacdc3a25f67 (patch)
tree569253cfb9f1e2e656af7e27ccde5d1fd4361f81 /Makefile
parent907cb68cd937317d682455610490e10b06389d22 (diff)
parenta499d8eb7179d0990c06b89c3362af960c7d9eef (diff)
downloadmediapointer-dvb-s2-e04f4692fb946b6480f856cb4986bacdc3a25f67.tar.gz
mediapointer-dvb-s2-e04f4692fb946b6480f856cb4986bacdc3a25f67.tar.bz2
merge: v4l-dvb
From: Antoine Jacquet <royale@zerezo.com> Priority: normal Signed-off-by: Antoine Jacquet <royale@zerezo.com>
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