mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
From: "Michael J. Maravillo" <mmj@philonline.com>
This patch makes it possible to do a "real" make distclean (back to its fresh state) on the distribution after compilation, regression testing, etc.
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
#
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.13 1998/01/01 05:37:29 thomas Exp $
|
||||
# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.14 1998/01/17 23:39:22 scrappy Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@ -54,7 +54,7 @@ runtest: $(INFILES)
|
||||
@echo "ACTUAL RESULTS OF REGRESSION TEST ARE NOW IN FILE regress.out"
|
||||
|
||||
clean:
|
||||
rm -f $(INFILES)
|
||||
rm -f $(INFILES) regress.out
|
||||
$(MAKE) -C sql clean
|
||||
$(MAKE) -C expected clean
|
||||
$(MAKE) -C results clean
|
||||
|
@ -7,11 +7,11 @@
|
||||
#
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/test/regress/expected/Attic/Makefile,v 1.2 1997/08/28 04:49:17 vadim Exp $
|
||||
# $Header: /cvsroot/pgsql/src/test/regress/expected/Attic/Makefile,v 1.3 1998/01/17 23:39:35 scrappy Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
CLFILES= create_function_1.out create_function_2.out copy.out constraints.out
|
||||
CLFILES= create_function_1.out create_function_2.out copy.out constraints.out misc.out
|
||||
|
||||
clean:
|
||||
rm -f $(CLFILES)
|
||||
|
Reference in New Issue
Block a user