Sat Dec 11 00:08:44 PST 2004
- Previous message: [Slony1-commit] By darcyb: Cleanup linking not done messages when compiling on FreeBSD 5
- Next message: [Slony1-commit] By darcyb: Build documentation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Clean up maintainer-clean to remove the generated yacc/lex output
Modified Files:
--------------
slony1-engine/src/slon:
Makefile (r1.24 -> r1.25)
slony1-engine/src/slonik:
Makefile (r1.12 -> r1.13)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -Lsrc/slon/Makefile -Lsrc/slon/Makefile -u -w -r1.24 -r1.25
--- src/slon/Makefile
+++ src/slon/Makefile
@@ -64,9 +64,12 @@
conf-file.c: conf-file.l
$(FLEX) -o$(@) $<
-clean distclean maintainer-clean:
+clean distclean:
rm -f $(ALL) $(OBJS) $(PROG).core
+maintainer-clean: clean
+ rm -f conf-file.c
+
install: all installdirs
$(INSTALL_SCRIPT) $(PROG) $(DESTDIR)$(pgbindir)
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slonik/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -Lsrc/slonik/Makefile -Lsrc/slonik/Makefile -u -w -r1.12 -r1.13
--- src/slonik/Makefile
+++ src/slonik/Makefile
@@ -64,7 +64,7 @@
rm -f $(ALL) $(OBJS) $(PROG).core
maintainer-clean: clean
- rm -f parser.c scan.c
+ rm -f parser.c scan.c y.tab.h
install: all installdirs
$(INSTALL_SCRIPT) $(PROG) $(DESTDIR)$(pgbindir)
- Previous message: [Slony1-commit] By darcyb: Cleanup linking not done messages when compiling on FreeBSD 5
- Next message: [Slony1-commit] By darcyb: Build documentation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list