mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
Fix removal of results directory on 'make clean'. Just remove *.out
files. Was causing CVS problems.
This commit is contained in:
parent
131f801d37
commit
a2e7c3d34e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user