Update of /cvsroot/monetdb/MonetDB5/src/compiler
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2308/src/compiler

Modified Files:
        Makefile.ag 
Log Message:
Changed the name of the generated tar balls (and the name of the
top-level directory within them).
The names are now equal to what nightly testing created, so that
doesn't have to rename the tar balls anymore.
The files are still installed in the same place as before.
Building RPMs still works.

The main change in the code is that we no longer use @PACKAGE@ since
that is the longer tar ball name which we don't want in the
installation directories we create.  Also, we can't use the defaults
when installing include files since they would also otherwise be
installed in a directory with @PACKAGE@ in it.

Note, this will undoubtedly negatively affect the monetdb-install
script, but I leave it to its owner to fix that.


Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/compiler/Makefile.ag,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.ag 24 Oct 2007 08:01:11 -0000      1.7
+++ Makefile.ag 3 Dec 2007 08:24:46 -0000       1.8
@@ -22,20 +22,27 @@
 MTSAFE
 
 LIBS = {
-       DIR = pkglibdir
+       DIR = libdir/MonetDB5
        SEP = _
        SOURCES = \
        mal_compiler.mx 
 
-       HEADERS = h 
        #SCRIPTS = mal
        LIBS = ../mal/libmal $(MONETDB_LIBS) -lbat -lstream \
                 $(SOCKET_LIBS) $(Z_LIBS) $(BZ_LIBS) \
                 $(MALLOC_LIBS) $(PTHREAD_LIBS) $(DL_LIBS)
 }
 
+headers_h = {
+       DIR = includedir/MonetDB5/compiler
+       SOURCES = \
+       mal_compiler.mx 
+
+       HEADERS = h 
+}
+
 headers_mal = {
        HEADERS = mal
-       DIR = pkglibdir
+       DIR = libdir/MonetDB5
        SOURCES = mal_compiler.mx 
 }


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to