summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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