Wed Dec 1 17:59:15 PST 2004
- Previous message: [Slony1-commit] By darcyb: clean should yank the corefile too
- Next message: [Slony1-commit] By wieck: Added new function upgradeSchema(old_version).
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Slony1-commit] By darcyb: clean should yank the corefile too
- Next message: [Slony1-commit] By wieck: Added new function upgradeSchema(old_version).
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list