]> git.saurik.com Git - apple/libsystem.git/commitdiff
Libsystem-124.1.1.tar.gz mac-os-x-1061 v124.1.1
authorApple <opensource@apple.com>
Mon, 31 Aug 2009 23:51:38 +0000 (23:51 +0000)
committerApple <opensource@apple.com>
Mon, 31 Aug 2009 23:51:38 +0000 (23:51 +0000)
GNUmakefile
Info.plist
libsys/Makefile

index 816a18fbc14a9ec4ec8db72438f70f6098e0eced..001973c49febe048d0b77412e5ef5adc407facd8 100644 (file)
@@ -93,6 +93,8 @@ fake:
 libc:
        $(MKDIR) '$(OBJROOT)/libc'
        $(BSDMAKE) -C libsys install \
+       FEATURE_DEBUG_DYLIB=$(FEATURE_DEBUG_DYLIB) \
+       FEATURE_PROFILE_DYLIB=$(FEATURE_PROFILE_DYLIB) \
        DSTROOT='$(DSTROOT)' \
        OBJROOT='$(OBJROOT)/libc' \
        SRCROOT='$(SRCROOT)' \
index f5e6dd72214b3814e8d5cab196b569bb6c6bbe66..29f80ab2100d55a0f79b2826957b681ece9a30fc 100644 (file)
@@ -15,7 +15,7 @@
        <key>CFBundlePackageType</key>
        <string>FMWK</string>
        <key>CFBundleShortVersionString</key>
-       <string>10.0</string>
+       <string>10.1</string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CarbonLazyValues</key>
index 60129072aa378b9cc5473e6b728441a30a71314a..786c9c5794eaf4de899a34dcaa757d16d432c962 100644 (file)
@@ -16,7 +16,15 @@ BSDMAKEJ = $(BSDMAKE) -f Makefile -j $(NJOBS)
 # always a variable
 dynamic = dynamic
 
-FORMS := debug dynamic profile
+FORMS := dynamic
+
+.if !empty(FEATURE_DEBUG_DYLIB)
+FORMS += debug
+.endif
+
+.if !empty(FEATURE_PROFILE_DYLIB)
+FORMS += profile
+.endif
 
 all: build