X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2dced7af2b695f87fe26496a3e73c219b7880cbc..4bd07ac2140668789aa3ee8ec4dde4a3e0a3bba5:/Makefile diff --git a/Makefile b/Makefile index 7fbedaceb..2a4b9ab19 100644 --- a/Makefile +++ b/Makefile @@ -100,12 +100,25 @@ installsrc: pax -rw . $(SRCROOT) else ifeq ($(RC_ProjectName),xnu_quick_test) +# This rule should be removed once rdar://22820602 is complete. +default: install + +installhdrs: + +install: xnu_tests + +clean: + +installsrc: + pax -rw . $(SRCROOT) + +else ifeq ($(RC_ProjectName),xnu_tests) default: install installhdrs: -install: xnu_quick_test +install: xnu_tests clean: @@ -237,11 +250,11 @@ installhdrs_libkdd install_libkdd: "SDKROOT=$(SDKROOT)" -# "xnu_quick_test" and "testbots" are targets that can be invoked via a standalone -# "make xnu_quick_test" or via buildit/XBS with the RC_ProjectName=xnu_quick_test. +# "xnu_tests" and "testbots" are targets that can be invoked via a standalone +# "make xnu_tests" or via buildit/XBS with the RC_ProjectName=xnu_tests. # Define the target here in the outermost scope of the initial Makefile -xnu_quick_test: +xnu_tests xnu_quick_test: $(MAKE) -C $(SRCROOT)/tools/tests \ SRCROOT=$(SRCROOT)/tools/tests