From 716a91b56d14f0a96ea41dbaf4e36fa771413b5f Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Thu, 2 Feb 2006 14:46:10 -0500 Subject: remove (local) Makefile patch from 'make kernel-links' From: Michael Krufky Previously, 'make kernel-links' would patch the local Makefile, such that 'make clean' would return the repository to its natural state. This is causing maintenance problems, so I am removing it for now. After running 'make kernel-links', one should re-clone the v4l-dvb repo, until further notice. WARNING: make kernel-links will destroy your kernel sources, and symlink all v4l-dvb sources to the sources in this repository. Use this build method at your own risk! Signed-off-by: Michael Krufky --- v4l/scripts/makelinks.sh | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'v4l/scripts') diff --git a/v4l/scripts/makelinks.sh b/v4l/scripts/makelinks.sh index 56bc40588..44fa17759 100755 --- a/v4l/scripts/makelinks.sh +++ b/v4l/scripts/makelinks.sh @@ -58,14 +58,3 @@ diff -u -p videodev.h #include #define HAVE_V4L1 1 -diff -up v4l-kernel.orig/v4l/Makefile v4l-kernel/v4l/Makefile ---- v4l/Makefile 2005-10-10 00:57:41.000000000 -0400 -+++ v4l/Makefile 2005-10-10 00:58:26.000000000 -0400 -@@ -407,6 +407,7 @@ clean:: - @find . -name '*.c' -type l -exec rm '{}' \; - @find . -name '*.h' -type l -exec rm '{}' \; - -rm -f *~ *.o *.ko *.mod.c -+ @cd ..; patch -p0 -s -R -N < v4l/scripts/makelinks.sh - - distclean:: clean - -rm -f .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd -- cgit v1.2.3