summaryrefslogtreecommitdiff
path: root/v4l/Makefile
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-02-16 21:10:25 -0500
committerMichael Krufky <mkrufky@linuxtv.org>2006-02-16 21:10:25 -0500
commita0eb71211402c55b74a503d2924a6f07db7d5319 (patch)
treef151541d1957b4be2a8c2ddbafe9bcc6da74d29f /v4l/Makefile
parent5544436dfdaf40b96906241f31f3fb97880440a2 (diff)
downloadmediapointer-dvb-s2-a0eb71211402c55b74a503d2924a6f07db7d5319.tar.gz
mediapointer-dvb-s2-a0eb71211402c55b74a503d2924a6f07db7d5319.tar.bz2
'make ivtv' requires subversion
From: Michael Krufky <mkrufky@linuxtv.org> - inform the user that subversion is required to retreive the ivtv sources. - added 'make ivtv-update' Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'v4l/Makefile')
-rw-r--r--v4l/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/v4l/Makefile b/v4l/Makefile
index f3e7d3526..d0c0515ad 100644
--- a/v4l/Makefile
+++ b/v4l/Makefile
@@ -351,9 +351,14 @@ pvrusb2-unmerge::
ivtv-checkout::
@if [ ! -d ivtv ]; then \
+ echo retrieving the latest ivtv sources from ivtvdriver.org; \
+ echo this step requires subversion to be installed; \
svn co http://ivtvdriver.org/svn/ivtv/trunk ivtv; \
fi
+ivtv-update ivtv-up:: ivtv-checkout
+ @svn up ivtv
+
ivtv-links:: ivtv-checkout
@echo creating ivtv symbolic links...
@find ivtv/driver -name '*.[c,h]' -type f -exec ln -sf '{}' . \;