Searched refs:install_dir (Results 1 – 14 of 14) sorted by relevance
162 chown -R root:wheel "${install_dir}/usr/include"167 mkdir -p "${install_dir}/usr/local/OpenSourceLicenses"168 cp "${llvm_root}/libcxx/LICENSE.TXT" "${install_dir}/usr/local/OpenSourceLicenses/libcxx.txt"169 …cp "${llvm_root}/libcxxabi/LICENSE.TXT" "${install_dir}/usr/local/OpenSourceLicenses/libcxxabi.txt"175 mkdir -p "${install_dir}/usr/local/lib/libcxx"176 … xcrun libtool -static ${libcxx_archives} -o "${install_dir}/usr/local/lib/libcxx/libc++-static.a"177 …xcrun libtool -static ${libcxxabi_archives} -o "${install_dir}/usr/local/lib/libcxx/libc++abi-stat…
60 install_dir=$(locale_builddir)/$$lang/LC_MESSAGES; \61 $(mkinstalldirs) $$install_dir; \62 $(INSTALL_DATA) $$cat $$install_dir/$(PACKAGE).mo; \75 install_dir=$(locale_installdir)/$$lang/LC_MESSAGES; \76 $(mkinstalldirs) $$install_dir; \77 $(INSTALL_DATA) $$cat $$install_dir/$(PACKAGE).mo; \
292 install_dir=$(locale_builddir)/$$lang/LC_MESSAGES; \293 $(mkinstalldirs) $$install_dir; \294 $(INSTALL_DATA) $$cat $$install_dir/$(PACKAGE).mo; \307 install_dir=$(locale_installdir)/$$lang/LC_MESSAGES; \308 $(mkinstalldirs) $$install_dir; \309 $(INSTALL_DATA) $$cat $$install_dir/$(PACKAGE).mo; \
59 set(install_dir "") variable65 set(install_dir "${CMAKE_INSTALL_PREFIX}/lib${LLVM_LIBDIR_SUFFIX}") variable68 get_compiler_rt_install_dir(${COMPILER_RT_DEFAULT_TARGET_ARCH} install_dir)75 DESTINATION ${install_dir})
45 get_compiler_rt_install_dir(${arch} install_dir)47 DESTINATION ${install_dir})
461 function(get_compiler_rt_install_dir arch install_dir)464 set(${install_dir} ${COMPILER_RT_INSTALL_LIBRARY_DIR}/${target} PARENT_SCOPE)466 set(${install_dir} ${COMPILER_RT_INSTALL_LIBRARY_DIR} PARENT_SCOPE)
74 void install_dir(char *, int);171 install_dir(*argv, mode); in main() 185 install_dir(dest, 0755); in main() 564 * install_dir --568 install_dir(char *path, int mode) in install_dir() function
10 install_dir = s:/gnu/util348 copy $(subst /,\,${srcdir}/cvs.exe ${install_dir}/cvs.exe)
11 install_dir = s:/gnu/util macro348 copy $(subst /,\,${srcdir}/cvs.exe ${install_dir}/cvs.exe)
50 Assuming you have edited the `install_dir' variable in the Makefile,
12 os2\cvs.exe. Assuming you have edited the `install_dir' variable in
16 install_dir = s:${SL}gnu${SL}util336 cp ${srcdir}${SL}cvs.exe ${install_dir}${SL}cvs.exe
17 install_dir = s:${SL}gnu${SL}util macro336 cp ${srcdir}${SL}cvs.exe ${install_dir}${SL}cvs.exe
436 (install_dir): new var.