From: Tom Hughes Date: Wed, 27 Jul 2005 07:37:41 +0000 (+0000) Subject: There is no need to checkout and build VEX separately now. X-Git-Tag: svn/VALGRIND_3_0_0~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8a787d602f700ace8b89acfe912603f2371b682;p=thirdparty%2Fvalgrind.git There is no need to checkout and build VEX separately now. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4278 --- diff --git a/nightly/bin/nightly b/nightly/bin/nightly index 1dc661928d..8bdd26ce2f 100755 --- a/nightly/bin/nightly +++ b/nightly/bin/nightly @@ -83,21 +83,13 @@ for logfile in old new ; do # Get dates for the old and new versions # Check out, build, run tests - runcmd $logfile \ - "Checking out vex source tree " \ - "svn co svn://svn.valgrind.org/vex/trunk -r {$svn_date} vex" && \ - \ - runcmd $logfile \ - "Building vex " \ - "cd vex && pwd && make clean version all" && \ - \ runcmd $logfile \ "Checking out valgrind source tree" \ "svn co svn://svn.valgrind.org/valgrind/trunk -r {$svn_date} valgrind" && \ \ runcmd $logfile \ "Configuring valgrind " \ - "cd valgrind && ./autogen.sh && ./configure --prefix=$ABT_TOP/Inst --with-vex=$ABT_TOP/vex" && \ + "cd valgrind && ./autogen.sh && ./configure --prefix=$ABT_TOP/Inst" && \ \ runcmd $logfile \ "Building valgrind " \