From: Bruce Momjian Date: Tue, 2 Jul 2002 05:43:34 +0000 (+0000) Subject: Back out regress/results changes. Real CVS problem worked-around. X-Git-Tag: REL7_3~1275 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=866103989dab3b633400d1bdcd40a799bd833408;p=thirdparty%2Fpostgresql.git Back out regress/results changes. Real CVS problem worked-around. --- diff --git a/src/test/regress/GNUmakefile b/src/test/regress/GNUmakefile index 6d35a102126..1e222b3b76e 100644 --- a/src/test/regress/GNUmakefile +++ b/src/test/regress/GNUmakefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.37 2002/07/02 04:53:52 momjian Exp $ +# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.38 2002/07/02 05:43:34 momjian Exp $ # #------------------------------------------------------------------------- @@ -137,8 +137,7 @@ clean distclean maintainer-clean: $(MAKE) -C $(contribdir)/spi clean rm -f $(output_files) $(input_files) $(DLOBJS) regress.o pg_regress # things created by various check targets - rm -rf tmp_check log - rm -f results/*.out + rm -rf results tmp_check log rm -f regression.diffs regression.out regress.out run_check.out ifeq ($(PORTNAME), win) rm -f regress.def