summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-11-08 13:14:21 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-11-08 13:14:21 +0000
commit2d1e6e87082b45a60c3178ab30a7e03016814ae7 (patch)
tree1126b0c08fe8b3ef1057904f49baeb31ce3edae8 /v4l
parentf4f7bc3eef0181256728dc03f22485334261e4b0 (diff)
downloadmediapointer-dvb-s2-2d1e6e87082b45a60c3178ab30a7e03016814ae7.tar.gz
mediapointer-dvb-s2-2d1e6e87082b45a60c3178ab30a7e03016814ae7.tar.bz2
- distclean now cleans also .orig and .rej files
- make update updates from CVS - make snapshot now distcleans and updates. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog9
-rw-r--r--v4l/Makefile7
2 files changed, 15 insertions, 1 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index ef98c85b0..841dfb314 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,12 @@
+2005-11-08 13:10 mchehab
+
+ * ../v4l/Makefile:
+ - distclean now cleans also .orig and .rej files
+ - make update updates from CVS
+ - make snapshot now distcleans and updates.
+
+ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
+
2005-11-08 00:30 rmcc
* ../linux/drivers/media/video/saa7134/saa7134-alsa.c:
diff --git a/v4l/Makefile b/v4l/Makefile
index f851674e7..2f5081b14 100644
--- a/v4l/Makefile
+++ b/v4l/Makefile
@@ -289,6 +289,8 @@ clean::
distclean:: clean
-rm -f .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd
-rm -rf .tmp_versions
+ find .. -name '*.orig' -exec rm '{}' \;
+ find .. -name '*.rej' -exec rm '{}' \;
change changes changelog::
make -C .. changelog
@@ -296,6 +298,9 @@ change changes changelog::
cvscommit cvs commit::
cd ..; cvs commit
+update v4l-update::
+ cd ..; cvs update
+
.version:
ifneq ($(KERNELRELEASE),)
echo -e VERSION=$(VERSION)\\nPATCHLEVEL:=$(PATCHLEVEL)\\nSUBLEVEL:=$(SUBLEVEL)\\nKERNELRELEASE:=$(KERNELRELEASE) > $(obj)/.version
@@ -317,7 +322,7 @@ tardest ?= .
snapdir := $(HOME)/snapshot
snap := $(name)
-snapshot snap tarball: clean
+snapshot snap tarball: update distclean
echo $(thisdir)
echo $(name)
echo $(date) > .snapshot