summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-06-27 11:41:32 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-06-27 11:41:32 -0300
commite8558b23c2907da5025c69968a2da368c3af2cd6 (patch)
tree8470ec2481d547f2336a84e3984758f0f6941cc7 /Makefile
parentb958baf0ee13fa0e4472567f64ee943deb16d044 (diff)
parentb171b4bf6091c1b3482b7ac3c14e1672f10c6950 (diff)
downloadmediapointer-dvb-s2-e8558b23c2907da5025c69968a2da368c3af2cd6.tar.gz
mediapointer-dvb-s2-e8558b23c2907da5025c69968a2da368c3af2cd6.tar.bz2
merge: http://linuxtv.org/hg/~dougsland/cx23885-417
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 731ec2d92..f5bc79999 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ commit cvscommit hgcommit change changes changelog:: whitespace
echo "$$CHECKSUM" | md5sum -c --status && \
echo "*** commit message not changed. Aborting. ***" \
&& exit 13 || exit 0
- grep -v '^#' $(TMP)/v4l_hg_commit.msg | hg commit -l -
+ $(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"