diff options
| author | Tom Lane | 2000-01-09 07:54:00 +0000 |
|---|---|---|
| committer | Tom Lane | 2000-01-09 07:54:00 +0000 |
| commit | bd62e062aa8a976317187a18f3c9774cccdaf0e4 (patch) | |
| tree | 8ac74eb697207d50f35dd803898371b65e69f38a /src/configure | |
| parent | 2a19ac97a7ade3ab0c0aa65a6c4c5e6619da5b9d (diff) | |
New scheme for managing platform-specific regress test result files.
Instead of hard-wiring one result file per platform, there is a map file
'resultmap' that says which one to use --- a lot like template/.similar.
I have only created entries in resultmap for my own platform (HPUX) so
far; feel free to add lines for other platforms.
Diffstat (limited to 'src/configure')
| -rwxr-xr-x | src/configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/configure b/src/configure index f78622a65d..1cf99b5068 100755 --- a/src/configure +++ b/src/configure @@ -7924,6 +7924,7 @@ trap 'rm -fr `echo "GNUmakefile pl/plpgsql/src/Makefile pl/plpgsql/src/mklang.sql pl/tcl/mkMakefile.tcldefs.sh + test/regress/GNUmakefile include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <<EOF @@ -8098,6 +8099,7 @@ CONFIG_FILES=\${CONFIG_FILES-"GNUmakefile pl/plpgsql/src/Makefile pl/plpgsql/src/mklang.sql pl/tcl/mkMakefile.tcldefs.sh + test/regress/GNUmakefile "} EOF cat >> $CONFIG_STATUS <<\EOF |
