Searched refs:INSTALL_HDR_PATH (Results 1 – 14 of 14) sorted by relevance
27 make headers_install ARCH=i386 INSTALL_HDR_PATH=/usr34 INSTALL_HDR_PATH 表明头文件的安装位置,默认为 "./usr"。36 该命令会在 INSTALL_HDR_PATH 中自动创建创建一个 'include' 目录,而头文件37 会被安装在 INSTALL_HDR_PATH/include 中。
3 INSTALL_HDR_PATH = $(top_srcdir)/usr macro4 LINUX_HDR_PATH = $(INSTALL_HDR_PATH)/include/
28 make headers_install ARCH=i386 INSTALL_HDR_PATH=/usr37 INSTALL_HDR_PATH indicates where to install the headers. It defaults to40 An 'include' directory is automatically created inside INSTALL_HDR_PATH and41 headers are installed in 'INSTALL_HDR_PATH/include'.
242 INSTALL_HDR_PATH section in Environment variables244 INSTALL_HDR_PATH specifies where to install user space headers when
90 $(Q)$(MAKE) -C $(srctree) headers_install INSTALL_HDR_PATH=$(OUTPUT)sysroot
135 $MAKE -f $srctree/Makefile headers_install INSTALL_HDR_PATH=$pdir/usr
62 %{make} %{makeflags} INSTALL_HDR_PATH=%{buildroot}/usr headers_install
111 ${MAKE} headers_install INSTALL_HDR_PATH="${pkgdir}/usr"
232 INSTALL_HDR_PATH = $(top_srcdir)/usr macro233 LINUX_HDR_PATH = $(INSTALL_HDR_PATH)/include/
109 make INSTALL_HDR_PATH=~/some_sysroot/usr headers_install
1280 export INSTALL_HDR_PATH = $(objtree)/usr macro1282 quiet_cmd_headers_install = INSTALL $(INSTALL_HDR_PATH)/include1284 mkdir -p $(INSTALL_HDR_PATH); \1286 usr/include $(INSTALL_HDR_PATH)
198 make -j "$MAX_THREADS" ARCH="$ARCH" INSTALL_HDR_PATH="$install_dir" \
468 quiet_cmd_mkdir = MKDIR $(patsubst $(INSTALL_HDR_PATH)/%,%,$@)
348 …$(MAKE) -C $(KERNEL_PATH) O=$(KERNEL_BUILD_PATH) INSTALL_HDR_PATH=$(TOOLCHAIN_PATH)/$(CHOST) ARCH=…