Update of /cvsroot/monetdb/buildtools/autogen/autogen
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17675/autogen/autogen

Modified Files:
        am.py 
Log Message:
Put Python files in their own Python module MonetDB.
In the RPMs, put Python files in the Python hierarchy.
Created a new RPM MonetDB-python which contains monet_options.py and other such 
files.
Added merovingian man page to RPM.
Fixed MonetDB5 spec file.
Removed Python ODBC interface: it was not directly related to MonetDB.


Index: am.py
===================================================================
RCS file: /cvsroot/monetdb/buildtools/autogen/autogen/am.py,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- am.py       6 Sep 2007 07:45:07 -0000       1.50
+++ am.py       11 Sep 2007 11:11:31 -0000      1.51
@@ -691,7 +691,8 @@
         scripts_ext = libmap['SCRIPTS']
 
     ld = am_translate_dir(ld, am)
-    if sep == '_':
+    if sep == '_' and pref:
+        # if no prefix, also don't put in subdirectory
         ld = ld + '/lib'
     fd.write("%sdir = %s\n" % (libname, ld))
     if libmap.has_key('NOINST'):


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to