[darwinbuild-changes] [201] trunk/darwinbuild/darwinbuild

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 4 01:58:29 PDT 2006


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

Log Message:
-----------
- backing out the previous commit.  should not redo_prebinding in place.

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

Modified: trunk/darwinbuild/darwinbuild
===================================================================
--- trunk/darwinbuild/darwinbuild	2005-08-29 20:32:39 UTC (rev 200)
+++ trunk/darwinbuild/darwinbuild	2006-10-04 08:58:29 UTC (rev 201)
@@ -772,10 +772,6 @@
 		### Register the root with the darwinxref database.  This will output a manifest
 		### which can be used to uniquely identify the root.  Store the unique identifier
 		### in the receipts directory after registration.
-		### Undo the prebinding information to get canonical Mach-O binaries
-		if [ -x /usr/bin/redo_prebinding ]; then
-			find "$REAL_DSTROOT" -type f -exec redo_prebinding -i -z -u {} ';'
-		fi
 		MANIFEST="/tmp/$projnam.$$"
 		"$DARWINXREF" register "$projnam" "$REAL_DSTROOT" | tee "$MANIFEST"
 		SHA1=$(cat "$MANIFEST" | openssl dgst -sha1)

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


More information about the darwinbuild-changes mailing list