[launchd-changes] [23572] trunk/Makefile

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 26 18:40:29 PDT 2008


Revision: 23572
          http://trac.macosforge.org/projects/launchd/changeset/23572
Author:   zarzycki at apple.com
Date:     2008-03-26 18:40:28 -0700 (Wed, 26 Mar 2008)

Log Message:
-----------
<rdar://problem/5818133> 10A36: SystemStarter crash

Modified Paths:
--------------
    trunk/Makefile

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2008-03-24 04:21:57 UTC (rev 23571)
+++ trunk/Makefile	2008-03-27 01:40:28 UTC (rev 23572)
@@ -24,6 +24,8 @@
 	mkdir -p $(DSTROOT)/System/Library/StartupItems
 	chmod 755 $(DSTROOT)/System/Library/StartupItems
 endif
+	-lipo -remove ppc64 -output $(DSTROOT)/sbin/SystemStarter $(DSTROOT)/sbin/SystemStarter
+	-lipo -remove x86_64 -output $(DSTROOT)/sbin/SystemStarter $(DSTROOT)/sbin/SystemStarter
 	rm -rf $(DSTROOT)/usr/local/lib/system
 	cp $(OBJROOT)/src/launchd $(SYMROOT)
 	cp $(OBJROOT)/src/launchctl $(SYMROOT)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20080326/0cdc23bc/attachment-0001.html 


More information about the launchd-changes mailing list