diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-04-26 06:31:55 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-04-26 06:31:55 +0000 |
commit | afb539c25a0ff5dd16faf2f703295017f9cbd2eb (patch) | |
tree | 4e32172f1568ff1275378885347b2020fb01f837 /src | |
parent | e52b943fdbf0c2f44d3aa9e458495f718b24050f (diff) | |
download | postgresql-afb539c25a0ff5dd16faf2f703295017f9cbd2eb.tar.gz postgresql-afb539c25a0ff5dd16faf2f703295017f9cbd2eb.zip |
Add a results directory and a Makefile so that 'make clean' cleans it out
Diffstat (limited to 'src')
-rw-r--r-- | src/test/regress/GNUmakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/regress/GNUmakefile b/src/test/regress/GNUmakefile index 44d179eea41..3ed263f3c0d 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.5 1997/04/26 05:44:06 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.6 1997/04/26 06:31:55 scrappy Exp $ # #------------------------------------------------------------------------- @@ -55,3 +55,4 @@ clean: rm -f $(INFILES) $(MAKE) -C sql clean $(MAKE) -C expected clean + $(MAKE) -C results clean |