Revision: 2690
http://ipcop.svn.sourceforge.net/ipcop/?rev=2690&view=rev
Author: gespinasse
Date: 2009-04-10 23:22:51 +0000 (Fri, 10 Apr 2009)
Log Message:
-----------
That's not needed to create the date stamped test directory when we do not run
building tests
Modified Paths:
--------------
ipcop/trunk/make.sh
Modified: ipcop/trunk/make.sh
===================================================================
--- ipcop/trunk/make.sh 2009-04-09 23:47:41 UTC (rev 2689)
+++ ipcop/trunk/make.sh 2009-04-10 23:22:51 UTC (rev 2690)
@@ -1009,7 +1009,9 @@
#################################################################################
${MKDIR} ${BASEDIR}/{cache,ccache}
${MKDIR} ${BASEDIR}/build_${MACHINE}/${TOOLS_DIR}/usr
- ${MKDIR} ${BASEDIR}/test_${MACHINE}/${BUILDDATE}
+ if [ x"${RUNNING_TEST}" == x"yes" ]; then
+ ${MKDIR} ${BASEDIR}/test_${MACHINE}/${BUILDDATE}
+ fi
if [ x"${DISTCC_HOSTS}" == x"yes" -a ! -z "${DISTCC_HOSTS}" ]; then
${MKDIR} ${BASEDIR}/distcc
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn