diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-01-28 14:13:12 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-01-28 14:13:12 -0200 |
commit | 73480875596fc17625c910f133b015bf514ac725 (patch) | |
tree | 1b12a9f8d46588252fd727148942a542af2d4ed9 /v4l/Makefile | |
parent | f8fc072964e55fe2525046b45b899b838a979f6e (diff) | |
download | mediapointer-dvb-s2-73480875596fc17625c910f133b015bf514ac725.tar.gz mediapointer-dvb-s2-73480875596fc17625c910f133b015bf514ac725.tar.bz2 |
Several fixes for using with mercurial
From: Mauro Carvalho Chehab <mchehab@infradead.org>
cvs commands replaced to hg
created a new script to help commiting
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l/Makefile')
-rw-r--r-- | v4l/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index 4c1bbe96c..003140d78 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -315,6 +315,8 @@ v4l_modules := $(shell /sbin/lsmod|cut -d' ' -f1 ) $(patsubst %.ko,%,$(inst-m)) LC_ALL = POSIX export LC_ALL +all:: default + default:: links .version $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) $(MYCFLAGS) modules @@ -478,11 +480,14 @@ distclean:: clean change changes changelog:: make -C .. changelog -cvscommit cvs commit:: - cd ..; cvs commit +update:: + make -C .. update + +commit cvscommit hgcommit:: + make -C .. commit -update v4l-update:: - cd ..; cvs update +push:: + make -C .. push insmod load:: scripts/insmod.sh load |