Hi, This new patch adds informations after compiling and installing pgPool-II. For example, after a successfull compilation, it displays this:
All of pgPool-II successfully made. Ready to install. And after make install, it shows this: pgPool-II installation complete. If these messages remind you of something, they were directly copied from the PostgreSQL Makefile. Can I apply such a little patch? Thanks. Regards. -- Guillaume http://www.postgresql.fr http://dalibo.com
Index: Makefile.in =================================================================== RCS file: /cvsroot/pgpool/pgpool-II/Makefile.in,v retrieving revision 1.53 diff -c -p -r1.53 Makefile.in *** Makefile.in 14 Dec 2010 09:21:08 -0000 1.53 --- Makefile.in 28 Jan 2011 18:11:07 -0000 *************** EXTRA_DIST = pgpool.8.in sql/system_db.s *** 353,358 **** --- 353,359 ---- SUBDIRS = parser pcp all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive + +@echo "All of pgPool-II successfully made. Ready to install." .SUFFIXES: .SUFFIXES: .c .l .lo .o .obj *************** installdirs-am: *** 888,893 **** --- 889,895 ---- test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive + +@echo "pgPool-II installation complete." install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive
_______________________________________________ Pgpool-hackers mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-hackers
