OSDN Git Service

Add a results directory and a Makefile so that 'make clean' cleans it out
authorMarc G. Fournier <scrappy@hub.org>
Sat, 26 Apr 1997 06:31:55 +0000 (06:31 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sat, 26 Apr 1997 06:31:55 +0000 (06:31 +0000)
src/test/regress/GNUmakefile

index 44d179e..3ed263f 100644 (file)
@@ -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