[darwinbuild-changes] [261] trunk

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


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

Log Message:
-----------
- updated Makfile to honor DSTROOT

Modified Paths:
--------------
    trunk/CHANGES
    trunk/common.mk
    trunk/darwinxref/Makefile

Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2005-09-16 23:37:08 UTC (rev 260)
+++ trunk/CHANGES	2006-10-04 09:02:04 UTC (rev 261)
@@ -2,6 +2,19 @@
 -----------------------------------
 
 Release 0.X.Y [now]
+	- updated Makfile to honor DSTROOT
+	- darwinxref: Added additive and subtractive dependencies
+	- darwintrace: prevent the log file descriptor from being closed
+	- darwinxref: exportIndex now quotes dictionary keys when necessary
+	- darwinxref: Added APIs for accessing properties without inheritance
+	- darwinxref: version '*' now prints all inherited project versions
+	- darwinbuild: always enable volfs when building
+	- darwinbuild: enable darwintrace earlier so that xcodebuild is logged
+	- installXcodebuild: install ICU into the BuildRoot
+	- darwinbuild: receipts are now created for pre-built roots only when
+	  necessary
+	- darwinbuild: create receipts for -headers mode
+	- darwintrace: calls to readlink(2) are now logged
 	- darwinbuild: added -nopatch option to build without applying patches
 
 Release 0.7.1 [6-Sep-2005]

Modified: trunk/common.mk
===================================================================
--- trunk/common.mk	2005-09-16 23:37:08 UTC (rev 260)
+++ trunk/common.mk	2006-10-04 09:02:04 UTC (rev 261)
@@ -2,7 +2,7 @@
 ### Common makefile variables potentially set by autoconf
 ###
 PREFIX?=/usr/local
-DESTDIR?=
+DESTDIR?=$(DSTROOT)
 
 ###
 ###

Modified: trunk/darwinxref/Makefile
===================================================================
--- trunk/darwinxref/Makefile	2005-09-16 23:37:08 UTC (rev 260)
+++ trunk/darwinxref/Makefile	2006-10-04 09:02:04 UTC (rev 261)
@@ -19,7 +19,7 @@
 ### todo: --with-plugin-path configuration
 CFLAGS+= \
 	-DDEFAULT_DB_FILE=\".build/xref.db\" \
-	-DDEFAULT_PLUGIN_PATH=\"$(DATDIR)/plugins\"
+	-DDEFAULT_PLUGIN_PATH=\"$(subst $(DESTDIR),,$(DATDIR))/plugins\"
 
 ### todo: --with-tcl-plugins configuration
 TCL_CFLAGS=-DHAVE_TCL_PLUGINS=1

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


More information about the darwinbuild-changes mailing list