[darwinbuild-changes] [51] trunk

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


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

Log Message:
-----------
- updated darwinbuild usage statement (pogma)

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

Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2005-07-09 00:17:16 UTC (rev 50)
+++ trunk/CHANGES	2006-10-04 08:42:10 UTC (rev 51)
@@ -1,6 +1,11 @@
 Darwin Build Scripts Change History
 -----------------------------------
 
+	- updated darwinbuild usage statement (pogma)
+	- added darwinbuild -init to configure working directory as build env
+	- updated darwinbuild to use new darwinxref
+	- re-wrote darwinxref to support a plugin architecture
+
 Release 0.5 [12-May-2005]
 	- Added Tiger 8A428.plist and files-8A428.txt.gz
 	- Automatically resolve dependencies after logging them
@@ -37,7 +42,7 @@
 
 Release 0.3 [15-Mar-2005]
 	- darwinbuild -chroot now works with xcodebuild projects
-	- [Bug 2740] Added darwinbuild.common for common subroutines
+	- [Bug 2740] Added darwinbuild.common for common subroutines (kito)
 	- installXcodebuild honors the DARWIN_BUILDROOT environment variable
 	- installXcodebuild merges Mac OS X CoreFoundation with i386 CF-Lite
 	- added 7U16-files.txt.gz for darwinxref findFile database

Modified: trunk/darwinbuild/darwinbuild
===================================================================
--- trunk/darwinbuild/darwinbuild	2005-07-09 00:17:16 UTC (rev 50)
+++ trunk/darwinbuild/darwinbuild	2006-10-04 08:42:10 UTC (rev 51)
@@ -127,7 +127,9 @@
 
 
 function PrintUsage() {
-	echo "usage: $(basename $0) [-headers] [-nochroot] <project> [<version>]" 1>&2
+	echo "usage: $(basename $0) [flags] <project> [<version>]" 1>&2
+	echo "usage: flags: [-headers] [-build=X] [-target=X]" 1>&2
+	echo "              [-logdeps] [-nochroot] [-noload] [-depsbuild=X]" 1>&2
 	exit 1
 }
 
@@ -199,6 +201,9 @@
 ###   -noload   Don't load dependencies into the chroot.
 ###				Has no effect if -nochroot is specified.
 ###   -logdeps  Do magic to log the build-time dependencies
+###   -target=X The makefile or xcode target to build
+###   -build=X  X is the darwin build number to buld, e.g. 8B15
+###   -depsbuild=X X is the darwin build number to populate the BuildRoot 
 ###   <project> The name of the project to build
 ###   <version> If specified, the version of the project to build
 ###             this will default to the version associated with the

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


More information about the darwinbuild-changes mailing list