summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-12-01 18:02:18 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-12-01 18:02:18 -0200
commit0474d1f738c26830c5315f191a1a3b4340026f64 (patch)
treeea406558cd9c12cbc1a0b2affa917be140ff170b
parent1a35dbce3a1c9c21daf0fbedd90b3f00baea32a9 (diff)
downloadmediapointer-dvb-s2-0474d1f738c26830c5315f191a1a3b4340026f64.tar.gz
mediapointer-dvb-s2-0474d1f738c26830c5315f191a1a3b4340026f64.tar.bz2
Make v4l2-apps to run some rules defined at main Makefile
From: Mauro Carvalho Chehab <mchehab@infradead.org> There are some basic rules that are interesting to be working at apps dir, like: commit, whitespace, pull, push, insmod, rmmod Signed-of-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r--v4l2-apps/Make.rules5
-rw-r--r--v4l2-apps/Makefile3
2 files changed, 8 insertions, 0 deletions
diff --git a/v4l2-apps/Make.rules b/v4l2-apps/Make.rules
index 0b6a76e98..d1b013317 100644
--- a/v4l2-apps/Make.rules
+++ b/v4l2-apps/Make.rules
@@ -46,3 +46,8 @@ clean::
rm -f *.d
-include *.d ...dummy
+
+commit update pull push insmod rmmod whitespace:
+ make -C ../.. $(MAKECMDGOALS)
+
+
diff --git a/v4l2-apps/Makefile b/v4l2-apps/Makefile
index cd5a18ff4..550473435 100644
--- a/v4l2-apps/Makefile
+++ b/v4l2-apps/Makefile
@@ -6,3 +6,6 @@ all clean install:
$(MAKE) -C lib $@
$(MAKE) -C util $@
$(MAKE) -C test $@
+
+%:
+ make -C .. $(MAKECMDGOALS)