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:
@@ -5,5 +5,4 @@ DLSUFFIX=.so
|
||||
|
||||
case $host_cpu in
|
||||
mips*) CFLAGS="$CFLAGS -mips2";;
|
||||
alpha*) CPU=alpha;;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user