summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-08-16 10:00:33 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-08-16 10:00:33 -0300
commit6368c6b644d30ab94b9548f51bfedff5ca5b4191 (patch)
tree5935fff434a5ddaa7a4ad63ab0446ee8438eab86 /Makefile
parent66b8a8e426782097785060c1871076983b419b35 (diff)
parente3505c037aefed96fa878629e970ec438d57c9eb (diff)
downloadmediapointer-dvb-s2-6368c6b644d30ab94b9548f51bfedff5ca5b4191.tar.gz
mediapointer-dvb-s2-6368c6b644d30ab94b9548f51bfedff5ca5b4191.tar.bz2
merge: http://linuxtv.org/~tap/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--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6e394913..731ec2d92 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,7 @@ commit cvscommit hgcommit change changes changelog:: whitespace
@hg log -v -r -1
@echo "*** If not ok, do \"hg rollback\" and \"make commit\" again"
+qrefresh: Q=q
qrefresh:: whitespace
cd $(BUILD_DIR); scripts/cardlist; cd ..
v4l/scripts/prep_commit_msg.pl -q $(TMP)/v4l_hg_whitespace > \
@@ -49,5 +50,5 @@ push::
whitespace whitespaces:
@echo "Cleaning bad whitespaces"
- @v4l/scripts/strip-trailing-whitespaces.sh fast | \
+ @v4l/scripts/strip-trailing-whitespaces.sh $(Q)fast | \
tee $(TMP)/v4l_hg_whitespace | patch -p0