Wed Dec 1 17:47:13 PST 2004
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
clean should yank the corefile too
Modified Files:
--------------
slony1-engine/src/slon:
Makefile (r1.22 -> r1.23)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -Lsrc/slon/Makefile -Lsrc/slon/Makefile -u -w -r1.22 -r1.23
--- src/slon/Makefile
+++ src/slon/Makefile
@@ -68,7 +68,7 @@
$(FLEX) -o$(@) $<
clean distclean maintainer-clean:
- rm -f $(ALL) $(OBJS)
+ rm -f $(ALL) $(OBJS) $(PROG).core
install: all installdirs
$(INSTALL_SCRIPT) $(PROG) $(DESTDIR)$(pgbindir)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list