1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +03:00

New unified regression test driver, test/regress makefile cleanup,

add "check" and "installcheck" targets, straighten out make variable naming
of host_os, host_cpu, etc.
This commit is contained in:
Peter Eisentraut
2000-09-29 17:17:41 +00:00
parent 2a7da3f564
commit 6f64c2e54a
20 changed files with 1190 additions and 546 deletions

View File

@@ -5,5 +5,4 @@ DLSUFFIX=.so
case $host_cpu in
mips*) CFLAGS="$CFLAGS -mips2";;
alpha*) CPU=alpha;;
esac