[darwinbuild-changes] [272] trunk/darwinbuild/buildlist.sh

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 4 02:02:10 PDT 2006


Revision: 272
          http://trac.macosforge.org/projects/darwinbuild/changeset/272
Author:   ssen
Date:     2006-10-04 02:02:10 -0700 (Wed, 04 Oct 2006)

Log Message:
-----------
save logs in WholeLogs/All. Delete Symbols/foo

Modified Paths:
--------------
    trunk/darwinbuild/buildlist.sh

Modified: trunk/darwinbuild/buildlist.sh
===================================================================
--- trunk/darwinbuild/buildlist.sh	2005-09-19 15:05:22 UTC (rev 271)
+++ trunk/darwinbuild/buildlist.sh	2006-10-04 09:02:10 UTC (rev 272)
@@ -24,14 +24,16 @@
     fi
     echo -n "Building $proj..."
     mkdir -p WholeLogs
-    darwinbuild -noload $proj > WholeLogs/$proj 2>&1
+    darwinbuild -noload $proj 2>&1 | tee WholeLogs/$proj >> WholeLogs/All
     if [ $? -eq 0 ]; then
 	echo " done"
+	darwinbuild -load $proj 2>&1 | tee -a WholeLogs/$proj >> WholeLogs/All
     else
 	echo " FAILED"
     fi
 
     rm -rf BuildRoot/SourceCache
     rm -rf BuildRoot/var/tmp/$proj
+    rm -rf Symbols/$proj
 
 done

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20061004/183805fb/attachment-0001.html


More information about the darwinbuild-changes mailing list