[Assorted-commits] SF.net SVN: assorted:[1189] ydb/trunk/tools/test.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-02-17 23:16:08
|
Revision: 1189 http://assorted.svn.sourceforge.net/assorted/?rev=1189&view=rev Author: yangzhang Date: 2009-02-17 22:39:12 +0000 (Tue, 17 Feb 2009) Log Message: ----------- introduced PB-building; disabled p2-building Modified Paths: -------------- ydb/trunk/tools/test.bash Modified: ydb/trunk/tools/test.bash =================================================================== --- ydb/trunk/tools/test.bash 2009-02-17 22:38:36 UTC (rev 1188) +++ ydb/trunk/tools/test.bash 2009-02-17 22:39:12 UTC (rev 1189) @@ -198,8 +198,9 @@ refresh-local cd ~/ydb/src make clean + # PB=1 PPROF=1 OPT=1 make WTF= PPROF=1 OPT=1 make WTF= - PPROF=1 OPT=1 make WTF= p2 + # PPROF=1 OPT=1 make WTF= p2 } init-setup() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |