diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-02-02 14:46:10 -0500 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2006-02-02 14:46:10 -0500 |
commit | 716a91b56d14f0a96ea41dbaf4e36fa771413b5f (patch) | |
tree | 1c2448010eb4afc0b70e7bbf5a9dcdf2d964a6da /v4l/scripts/makelinks.sh | |
parent | 75fbd5c7cd3379db064b611af9eb891f4dd8f050 (diff) | |
download | mediapointer-dvb-s2-716a91b56d14f0a96ea41dbaf4e36fa771413b5f.tar.gz mediapointer-dvb-s2-716a91b56d14f0a96ea41dbaf4e36fa771413b5f.tar.bz2 |
remove (local) Makefile patch from 'make kernel-links'
From: Michael Krufky <mkrufky@linuxtv.org>
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 <mkrufky@linuxtv.org>
Diffstat (limited to 'v4l/scripts/makelinks.sh')
-rwxr-xr-x | v4l/scripts/makelinks.sh | 11 |
1 files changed, 0 insertions, 11 deletions
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 <linux/types.h> #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 |