Wed Nov 29 12:10:25 PST 2006
- Previous message: [Slony1-commit] By cbbrowne: Per Peter Eisentraut, need for "make clean" to clear out
- Next message: [Slony1-commit] By cbbrowne: - Jan Wieck added the following to the 1.2 branch; add this
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Per Peter Eisentraut, need for "make clean" to clear out all the
SQL_NAMES files, not just the 7.4 one
Tags:
----
REL_1_2_STABLE
Modified Files:
--------------
slony1-engine/src/xxid:
Makefile (r1.20 -> r1.20.2.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/xxid/Makefile,v
retrieving revision 1.20
retrieving revision 1.20.2.1
diff -Lsrc/xxid/Makefile -Lsrc/xxid/Makefile -u -w -r1.20 -r1.20.2.1
--- src/xxid/Makefile
+++ src/xxid/Makefile
@@ -42,7 +42,7 @@
clean distclean maintainer-clean:
rm -f $(SO_NAME) $(SO_OBJS)
- rm -f $(SQL_NAME74)
+ rm -f $(SQL_NAMES)
install: all installdirs
$(INSTALL_SCRIPT) $(SO_NAME) $(DESTDIR)$(pgpkglibdir)
- Previous message: [Slony1-commit] By cbbrowne: Per Peter Eisentraut, need for "make clean" to clear out
- Next message: [Slony1-commit] By cbbrowne: - Jan Wieck added the following to the 1.2 branch; add this
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list