summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8124ec1f3..25fca34b7 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,9 @@ commit cvscommit hgcommit change changes changelog:: whitespace
v4l/scripts/prep_commit_msg.pl >/tmp/v4l_hg_commit.msg
$(EDITOR) /tmp/v4l_hg_commit.msg
grep -v ^# /tmp/v4l_hg_commit.msg | hg commit -l -
+ @echo "*** PLEASE CHECK IF LOG IS OK:"
+ @hg log -v -r -1
+ @echo "*** If not ok, do hg undo and make commit again"
pull update v4l-update::
@echo "Pulling changes from master repository $(REPO_PULL)"