Home
last modified time | relevance | path

Searched refs:install_dir (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/utils/ci/
H A Dapple-install-libcxx.sh162 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…
/openbsd-src/gnu/lib/libstdc++/libstdc++/po/
H A DMakefile.am60 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; \
H A DMakefile.in292 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; \
/openbsd-src/gnu/llvm/compiler-rt/cmake/Modules/
H A DCompilerRTAIXUtils.cmake59 set(install_dir "") variable
65 set(install_dir "${CMAKE_INSTALL_PREFIX}/lib${LLVM_LIBDIR_SUFFIX}") variable
68 get_compiler_rt_install_dir(${COMPILER_RT_DEFAULT_TARGET_ARCH} install_dir)
75 DESTINATION ${install_dir})
H A DSanitizerUtils.cmake45 get_compiler_rt_install_dir(${arch} install_dir)
47 DESTINATION ${install_dir})
H A DCompilerRTUtils.cmake461 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)
/openbsd-src/usr.bin/xinstall/
H A Dxinstall.c74 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
/openbsd-src/gnu/usr.bin/cvs/emx/
H A DMakefile.in10 install_dir = s:/gnu/util
348 copy $(subst /,\,${srcdir}/cvs.exe ${install_dir}/cvs.exe)
H A DMakefile11 install_dir = s:/gnu/util macro
348 copy $(subst /,\,${srcdir}/cvs.exe ${install_dir}/cvs.exe)
H A DREADME50 Assuming you have edited the `install_dir' variable in the Makefile,
/openbsd-src/gnu/usr.bin/cvs/os2/
H A DREADME12 os2\cvs.exe. Assuming you have edited the `install_dir' variable in
H A DMakefile.in16 install_dir = s:${SL}gnu${SL}util
336 cp ${srcdir}${SL}cvs.exe ${install_dir}${SL}cvs.exe
H A DMakefile17 install_dir = s:${SL}gnu${SL}util macro
336 cp ${srcdir}${SL}cvs.exe ${install_dir}${SL}cvs.exe
H A DChangeLog436 (install_dir): new var.