[darwinbuild-changes] [113] trunk

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 4 01:47:25 PDT 2006


Revision: 113
          http://trac.macosforge.org/projects/darwinbuild/changeset/113
Author:   kevin
Date:     2006-10-04 01:47:25 -0700 (Wed, 04 Oct 2006)

Log Message:
-----------
- actually unmount volfs in the BuildRoot

Modified Paths:
--------------
    trunk/CHANGES
    trunk/darwinbuild/darwinbuild

Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2005-07-29 00:50:17 UTC (rev 112)
+++ trunk/CHANGES	2006-10-04 08:47:25 UTC (rev 113)
@@ -1,6 +1,9 @@
 Darwin Build Scripts Change History
 -----------------------------------
 
+	- darwinbuild: actually unmount volfs in the BuildRoot
+	- darwinbuild: recover from interrupted downloads
+	- darwinxref: fixed memory leak in read_plist (toby)
 	- darwinbuild: only invoke installXcodebuild if not already installed
 	- darwinbuild: copy the ditto(1) emulator into the BuildRoot
 	- emulate ditto(1) using tar(1) on systems without Bom.framework

Modified: trunk/darwinbuild/darwinbuild
===================================================================
--- trunk/darwinbuild/darwinbuild	2005-07-29 00:50:17 UTC (rev 112)
+++ trunk/darwinbuild/darwinbuild	2006-10-04 08:47:25 UTC (rev 113)
@@ -625,7 +625,7 @@
 	### Twice for devfs
 	[ "$(echo $BuildRoot/dev/*)" == "$BuildRoot/dev/*" ] || umount "$BuildRoot/dev"
 	### Thrice for volfs
-	[ "$(echo $BuildRoot/.vol/*)" == "$BuildRoot/.vol/*" ] || umount "$BuildRoot/.vol"
+	[ "$(echo $BuildRoot/.vol/*)" == "$BuildRoot/.vol/*" ] || chroot "$BuildRoot" umount /.vol
 }
 
 

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


More information about the darwinbuild-changes mailing list