CVS User Account cvsuser
Wed Dec 1 17:59:15 PST 2004
Log Message:
-----------
clean should yank the core too

Modified Files:
--------------
    slony1-engine/src/slonik:
        Makefile (r1.11 -> r1.12)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slonik/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -Lsrc/slonik/Makefile -Lsrc/slonik/Makefile -u -w -r1.11 -r1.12
--- src/slonik/Makefile
+++ src/slonik/Makefile
@@ -61,7 +61,7 @@
 endif
 
 clean distclean:
-	rm -f $(ALL) $(OBJS)
+	rm -f $(ALL) $(OBJS) $(PROG).core
 
 maintainer-clean:	clean
 	rm -f parser.c scan.c


More information about the Slony1-commit mailing list