Thu Dec 14 07:42:56 PST 2006
- Previous message: [Slony1-commit] By cbbrowne: xxid SQL now starts with v74, not v73
- Next message: [Slony1-commit] By cbbrowne: Fix to slon conf file parser (conf-file.l) per Jeff Davis.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
xxid makefile update - "make clean" should no longer purge the v74
version of the SQL script
Tags:
----
REL_1_2_STABLE
Modified Files:
--------------
slony1-engine/src/xxid:
Makefile (r1.20.2.2 -> r1.20.2.3)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/xxid/Makefile,v
retrieving revision 1.20.2.2
retrieving revision 1.20.2.3
diff -Lsrc/xxid/Makefile -Lsrc/xxid/Makefile -u -w -r1.20.2.2 -r1.20.2.3
--- src/xxid/Makefile
+++ src/xxid/Makefile
@@ -19,7 +19,7 @@
SQL_NAME74 = $(NAME).v74.sql
SQL_NAME80 = $(NAME).v80.sql
-SQL_NAMES = $(SQL_NAME74) $(SQL_NAME80)
+SQL_NAMES = $(SQL_NAME80)
SO_OBJS = xxid.o $(WIN32RES)
- Previous message: [Slony1-commit] By cbbrowne: xxid SQL now starts with v74, not v73
- Next message: [Slony1-commit] By cbbrowne: Fix to slon conf file parser (conf-file.l) per Jeff Davis.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list