]> git.saurik.com Git - apple/xnu.git/blobdiff - makedefs/MakeInc.cmd
xnu-7195.101.1.tar.gz
[apple/xnu.git] / makedefs / MakeInc.cmd
index 63dd0de0346b8aee8d490586f8b0f0e295cf3afd..32ac9d6d58745c7cfb195ed92b3461db024aaf78 100644 (file)
@@ -209,6 +209,9 @@ endif
 ifeq ($(NMEDIT),)
        export NMEDIT := $(shell $(XCRUN) -sdk $(SDKROOT) -find nmedit)
 endif
+ifeq ($(SCAN_BUILD),)
+       export SCAN_BUILD := $(shell $(XCRUN) -sdk $(SDKROOT) -find scan-build)
+endif
 
 #
 # Platform options
@@ -258,6 +261,7 @@ SLEEP = /bin/sleep
 AWK = /usr/bin/awk
 SED = /usr/bin/sed
 PLUTIL = /usr/bin/plutil
+GREP = /usr/bin/grep
 
 #
 # Command to generate host binaries. Intentionally not