]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
TestBed: temporarily remove distcheck again.
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 25 Feb 2009 09:02:18 +0000 (22:02 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 25 Feb 2009 09:02:18 +0000 (22:02 +1300)
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

test-suite/buildtest.sh

index ed76be6a28be5343d1b5a4a477ce937ff018cc97..0f50130ddee07adca2db1565644c3558cb9defc3 100755 (executable)
@@ -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 ...