summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-04-27 09:30:20 -0400
committerMichael Krufky <mkrufky@linuxtv.org>2006-04-27 09:30:20 -0400
commit366fa98a817c19558aaa09755a2ce12931a35f3d (patch)
treea3cfaf3b8e7e0f90b9fa2276a14cf5bc033d00de /INSTALL
parente6f2467bcc7b9ca1e7de8cd2ea21b2af83892c9d (diff)
downloadmediapointer-dvb-s2-366fa98a817c19558aaa09755a2ce12931a35f3d.tar.gz
mediapointer-dvb-s2-366fa98a817c19558aaa09755a2ce12931a35f3d.tar.bz2
move install / rminstall invocation rules to v4l/Makefile
From: Michael Krufky <mkrufky@linuxtv.org> This patch moves the 'make install' and 'make rminstall' rules into the central Makefile. This allows for us to assign dependencies to these rules, so that modules built as a reult of a tree-merge don't have to be installed separately. Now, instead of doing 'make install && make ivtv-install', the simple command, 'make install' will call the sub-install rules and take care of the entire task. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 1 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index d75b05dbe..acf41dbb1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -82,9 +82,7 @@ ivtv - enable merged ivtv build, using the latest ivtv sources
cx88-ivtv - enable cx88-blackbird ivtv API emulation
-ivtv-update - update ivtv sources
-
-ivtv-install - install ivtv and/or cx88-ivtv modules (requires root access)
+ivtv-update - update ivtv sources from ivtvdriver.org
==========================================
Patch preparation and tree handling rules: