1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Got rid of the tee in the build.sh to make it more flexible as to where the build log goes.

This commit is contained in:
Doug Schaefer 2005-08-31 18:50:56 +00:00
parent 155525b0ea
commit 20c122f90f

View file

@ -9,4 +9,4 @@ cvs -d:pserver:anonymous@dev.eclipse.org:/home/eclipse \
cd ..
java -cp tools/org.eclipse.releng.basebuilder/startup.jar org.eclipse.core.launcher.Main \
-ws gtk -application org.eclipse.ant.core.antRunner $* 2>&1 | tee build.log
-ws gtk -application org.eclipse.ant.core.antRunner $*