Re: [PATCH] Do not stage the final build results

2005-12-15 Thread Daniel Jacobowitz
On Thu, Dec 15, 2005 at 10:02:24AM +0100, Paolo Bonzini wrote: > > >I used to be able to do: > > > > cd $BUILD_DIR/$TARGET/libjava/testsuite > > make -k check > > > >to run only the libjava testsuite. > > > >When I try the same under "stage3-$TARGET/libjava/testsuite" > >now, it fails to find the

Re: [PATCH] Do not stage the final build results

2005-12-15 Thread Ranjit Mathew
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paolo Bonzini wrote: >>I used to be able to do: >> >> cd $BUILD_DIR/$TARGET/libjava/testsuite >> make -k check >> >>to run only the libjava testsuite. >> >>When I try the same under "stage3-$TARGET/libjava/testsuite" >>now, it fails to find the appropr

[PATCH] Do not stage the final build results

2005-12-15 Thread Paolo Bonzini
I used to be able to do: cd $BUILD_DIR/$TARGET/libjava/testsuite make -k check to run only the libjava testsuite. When I try the same under "stage3-$TARGET/libjava/testsuite" now, it fails to find the appropriate "gcj". The full error log is appended at the end of this message. This is