Projects
Browse Source     Search     Timeline     Wiki

Changeset 23572

Show
Ignore:
Timestamp:
03/26/08 18:40:28 (8 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5818133> 10A36: SystemStarter crash

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r23501 r23572  
    2525        chmod 755 $(DSTROOT)/System/Library/StartupItems 
    2626endif 
     27        -lipo -remove ppc64 -output $(DSTROOT)/sbin/SystemStarter $(DSTROOT)/sbin/SystemStarter 
     28        -lipo -remove x86_64 -output $(DSTROOT)/sbin/SystemStarter $(DSTROOT)/sbin/SystemStarter 
    2729        rm -rf $(DSTROOT)/usr/local/lib/system 
    2830        cp $(OBJROOT)/src/launchd $(SYMROOT)