CVS User Account cvsuser
Wed Dec 1 17:47:13 PST 2004
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) 


More information about the Slony1-commit mailing list