Commit 86610398 authored by Bruce Momjian's avatar Bruce Momjian

Back out regress/results changes. Real CVS problem worked-around.

parent a2e7c3d3
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # 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: ...@@ -137,8 +137,7 @@ clean distclean maintainer-clean:
$(MAKE) -C $(contribdir)/spi clean $(MAKE) -C $(contribdir)/spi clean
rm -f $(output_files) $(input_files) $(DLOBJS) regress.o pg_regress rm -f $(output_files) $(input_files) $(DLOBJS) regress.o pg_regress
# things created by various check targets # things created by various check targets
rm -rf tmp_check log rm -rf results tmp_check log
rm -f results/*.out
rm -f regression.diffs regression.out regress.out run_check.out rm -f regression.diffs regression.out regress.out run_check.out
ifeq ($(PORTNAME), win) ifeq ($(PORTNAME), win)
rm -f regress.def rm -f regress.def
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment