Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] linuxtv-dvb-apps kill cvsroot usage



this one is partly independent from the `install` patches,
reading out CVS/ROOT with a gnumake shell command leads to an error.
This is the tarball, not the cvs repo ;-) .. only after patching
we can make && make install from toplevel.

cheers
-- guido                                  http://google.de/search?q=guidod
GCS/E/S/P C++/++++$ ULHS L++w- N++@ s+:a d(+-) r+@>+++ y++ 5++X- (geekcode)
--- Makefile.orig	2004-02-04 19:41:55.000000000 +0100
+++ Makefile	2004-02-13 22:19:47.000000000 +0100
@@ -2,7 +2,7 @@
 
 VERSION := 1.1.0
 PACKAGE := linuxtv-dvb-apps-$(VERSION)
-CVSROOT := $(shell cat CVS/Root)
+CVSROOT := # $(shell cat CVS/Root)
 RELEASE_TAG := LINUXTV-DVB-$(subst .,_,$(subst -,_,$(VERSION)))
 
 all:

Home | Main Index | Thread Index