Brandon Casey, Tue, Aug 19, 2008 01:39:40 +0200:
GIT_SKIP_TESTS='
t3900.1[0-289] t3900.2[023]
t3901.*
t5000.1[0-24-689] t5000.2[01]
t5100.[56] t5100.1[02]
t6030.1[2-9] t6030.2[0-9]
t9301.4
'
GIT_TEST_CMP='cmp -s'
PATH="/usr/xpg4/bin:$PATH"
export PATH GIT_TEST_CMP GIT_SKIP_TESTS
exec gmake \
CC=/opt/SUNWspro/bin/cc \
INSTALL=ginstall \
TAR=gtar \
CFLAGS='-fast' \
NO_CURL=1 \
NO_OPENSSL=1 \
NO_TCLTK=1 \
NO_PERL_MAKEMAKER=1 \
THREADED_DELTA_SEARCH=1 \
"$@"
You can put all of it in config.mak. It is exactly what it is there
for: build customizations.