From: Bruce Momjian Date: Tue, 2 Jul 2002 04:53:52 +0000 (+0000) Subject: Fix removal of results directory on 'make clean'. Just remove *.out X-Git-Tag: REL7_3~1276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2e7c3d34ef3b13a8195c7089d24824bd5b87eb2;p=postgresql Fix removal of results directory on 'make clean'. Just remove *.out files. Was causing CVS problems. --- diff --git a/src/test/regress/GNUmakefile b/src/test/regress/GNUmakefile index 794f2fce45..6d35a10212 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.36 2002/01/08 21:00:30 tgl Exp $ +# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.37 2002/07/02 04:53:52 momjian Exp $ # #------------------------------------------------------------------------- @@ -137,7 +137,8 @@ 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 results tmp_check log + rm -rf tmp_check log + rm -f results/*.out rm -f regression.diffs regression.out regress.out run_check.out ifeq ($(PORTNAME), win) rm -f regress.def