Searched refs:install (Results 1 – 20 of 20) sorted by relevance
67 default: install73 installhdrs install:: target101 default: install103 installhdrs install clean: target115 default: install117 installhdrs install clean: target127 default: install129 installhdrs install: target150 default: install154 install: xnu_tests target[all …]
58 To install the kernel into a DSTROOT, use the `install_kernels` target:226 to install it. The default locations where the header files are installed273 install lists which are used by build system to install the header files. There274 are two types of install lists: machine-dependent and machine-independent.277 use a machine-dependent install list (e.g. `INSTALL_MD_LIST`). If your header279 machine-independent install list (e.g. `INSTALL_MI_LIST`).281 If the install list that you are interested does not exist, create it282 by adding the appropriate file lists. The default install lists, its344 for compilation only. Does not install anything into the SDK.368 If you want to install the header file in a sub-directory of the paths[all …]
137 install -c -m 644 $< $@142 install -c -m 644 $< $@153 install -o 0 -g 0 -c -m 444 $(HDRS) $(HDRDST)155 install: release installhdrs $(LIBKXLDDST_$(PRODUCT_TYPE)) target159 install -o 0 -g 0 -c -m 555 $< $@164 install -o 0 -g 0 -c -m 555 $< $@171 install -c -m 755 $(OBJROOT)/kextcopyright $@180 install -c -m 755 $(OBJROOT)/kxld_array_test $@187 install -c -m 755 $(OBJROOT)/kxld_dict_test $@195 install -c -m 755 $(OBJROOT)/copyrighttest $@
40 .DEFAULT_GOAL := install151 install-corpse_backtrace2: ;354 install-kqwl_rnserver: ;863 .PHONY: install-vm/hello864 install-vm/hello: vm/hello1027 install-excserver: ;1036 install-excserver_protect: ;1060 install-notifyserver: ;1071 install-rnserver: ;1379 .PHONY: install-vm/perf_madvise[all …]
134 install $ASROOT -c -m 444 $SRC/servers/$hdr $SERVER_HEADER_DST140 install $ASROOT -c -m 444 $SRC/mach/$hdr $MACH_HEADER_DST146 install $ASROOT -c -m 444 $SRC/mach/$hdr $MACH_PRIVATE_HEADER_DST162 install $ASROOT -c -m 444 $MIG_HEADER_OBJ/$MIG_NAME.h $MIG_HEADER_DST/$MIG_NAME.h
6 .DEFAULT_GOAL := install8 install: target
6 .DEFAULT_GOAL := install20 install: target
627 # Aggregate install targets, which install everything appropriate for the current build alias/make …630 .PHONY: install633 install: install_kernels635 install: install_config install_kernels637 install: installhdrs639 install: installhdrs643 install: installhdrs_desktop645 install: installhdrs_desktop651 install: installhdrs install_textfiles install_config install_kernels install_aliases658 install_embedded install_release_embedded install_desktop install_release_desktop: install[all …]
66 # $(1) is the list of install paths102 # $(1) is the list of install paths140 # $(1) is the install path208 # Empty the install lists of non-host and non-exclave headers if building the
1115 # install flags for header files1128 # only whitelisted headers install outside of the DriverKit Runtime hierarchy1274 # mach_kernel install location1279 # new OS X install location1313 # System.kext pseudo-kext install location1319 # System.kext PlugIns install location
309 # are trying to install the same target header
340 # has its install target run serially with respect to other primary
18 the top of Makefile. In short "make test; make install" should work for most19 machines. For Unix: "./configure; make test; make install". For MSDOS, use one82 installed before testing (do "make install" before "make test"), since the
10 To install the DEBUG kernel, do:
119 $(_v)install $(DATA_INSTALL_FLAGS) $< $@
62 …stkext OBJROOT=$(OBJROOT)/testkext SDKROOT=$(SDKROOT) RC_ARCHS="$(subst i386,,$(RC_ARCHS))" install
89 install -m 755 $< $@
143 $ python3 -m pip install --user pylint flake8206 $ python3 -m pip install --user coverage263 $ python3 -m pip install gprof2dot265 $ brew install graphviz
29 To run all tests (including LLDB based ones) a developer has to install
9 * Does not require complete install on device to run. Just kernelcache is enough.