Fri May 27 21:46:39 PDT 2005
- Previous message: [Slony1-commit] By darcyb: remove extra no-op
- Next message: [Slony1-commit] By cbbrowne: Add in 7.2 notes based on Rod Taylor's comments
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message: ----------- make clean and distclean should wipe out any local copies of postgres.imp; this is an AIX-specific file containing a summary of objects in the postgres binary. Modified Files: -------------- slony1-engine: GNUmakefile.in (r1.19 -> r1.20) -------------- next part -------------- Index: GNUmakefile.in =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/GNUmakefile.in,v retrieving revision 1.19 retrieving revision 1.20 diff -LGNUmakefile.in -LGNUmakefile.in -u -w -r1.19 -r1.20 --- GNUmakefile.in +++ GNUmakefile.in @@ -45,7 +45,7 @@ @for subdir in src doc tools ; do \ $(MAKE) -C $$subdir $@ ; \ done ;\ - rm -f postgresql.imp + rm -f postgres.imp distclean: clean rm -f Makefile.global Makefile.port @@ -53,6 +53,7 @@ rm -f config.log config.status config.h rm -f @PACKAGE_NAME at .spec rm -f @PACKAGE_NAME at -@PACKAGE_VERSION at .tar.gz + rm -f postgres.imp rm -rf autom4te.cache maintainer-clean: distclean
- Previous message: [Slony1-commit] By darcyb: remove extra no-op
- Next message: [Slony1-commit] By cbbrowne: Add in 7.2 notes based on Rod Taylor's comments
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list