From 73480875596fc17625c910f133b015bf514ac725 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sat, 28 Jan 2006 14:13:12 -0200 Subject: Several fixes for using with mercurial From: Mauro Carvalho Chehab cvs commands replaced to hg created a new script to help commiting Signed-off-by: Mauro Carvalho Chehab --- v4l/Makefile | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'v4l/Makefile') 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 -- cgit v1.2.3