summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2007-08-13 06:40:09 -0700
committerTrent Piepho <xyzzy@speakeasy.org>2007-08-13 06:40:09 -0700
commitfdc99e16cdc1fb38323ea1c7d16633144d0e41d9 (patch)
treeded1fdfd1bfc04a2e37a87b267d96e0a4157bca0 /Makefile
parent8c3cb543d95724a911f77d4c377ad1066557e611 (diff)
downloadmediapointer-dvb-s2-fdc99e16cdc1fb38323ea1c7d16633144d0e41d9.tar.gz
mediapointer-dvb-s2-fdc99e16cdc1fb38323ea1c7d16633144d0e41d9.tar.bz2
build: make whitespace cleaning script work with qrefresh target
From: Trent Piepho <xyzzy@speakeasy.org> Files changed in an mq patch weren't being checked. Signed-off-by: Trent Piepho <xyzzy@speakeasy.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