Re: [Openpvr-devel] how do I properly configure 'Makefile.local'?
Brought to you by:
brian_j_murrell,
jfunk
From: Brian J. M. <cf8...@in...> - 2002-11-03 00:47:04
|
On Sat, Nov 02, 2002 at 06:11:06PM -0500, Alan Murrell wrote: > Hello, Hey. > I am attempting to build the Perl/C OpenPVR programs, > and am running into a bit of trouble with the > 'Makefile.local' file. I wish to keep my 'seen_db' in > the /tmp directory, so this is what my > 'Makefile.local' file consists of: >=20 > ----- > #DEFS =3D -DSEENDB_PATH=3D\"/var/cache/openpvr\" > ----- First of all, remove the pound/hash sign from the beginning of the line. Pound/hash signs signify comments in Makefiles. Second of all, if you want your seen_db in /tmp, change the "/var/cache/openpvr" to "/tmp". > Or perhaps > a sample 'Makefile.local' file could be provided in > the CVS for download, Done. It has the SEENDB_PATH set to /var/cache/openpvr. b. --=20 Brian J. Murrell |