From: Amos Jeffries Date: Wed, 25 Feb 2009 09:02:18 +0000 (+1300) Subject: TestBed: temporarily remove distcheck again. X-Git-Tag: SQUID_3_2_0_1~1160 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e5341d29ad989cd63657c0771d4a81d0a80fb95;p=thirdparty%2Fsquid.git TestBed: temporarily remove distcheck again. Much more fixes and testing of fixes is needed until this runs clean. TODO: out-of-tree translation needs to be double-checked uninstall procedure need to handle config files properly --- diff --git a/test-suite/buildtest.sh b/test-suite/buildtest.sh index ed76be6a28..0f50130dde 100755 --- a/test-suite/buildtest.sh +++ b/test-suite/buildtest.sh @@ -40,7 +40,6 @@ fi rm -f -r src/fs/aufs/.deps src/fs/diskd/.deps && $base/../configure --silent ${OPTS} 2>&1 && make ${pjobs} check 2>&1 && - make ${pjobs} distcheck 2>&1 && make ${pjobs} 2>&1 # do not build any of the install's ...