Searched defs:builddir (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/.gitlab-ci/windows/ |
D | mesa_build.ps1 | 14 $builddir = New-Item -Force -ItemType Directory -Name "_build" variable 16 $builddir=$builddir.FullName variable 20 Remove-Item -Recurse -Force $builddir variable 22 New-Item -ItemType Directory -Path $builddir variable 25 Write-Output "*" > $builddir\.gitignore variable 28 Write-Output builddir:$builddir variable 37 Push-Location $builddir variable
|
/external/libffi/m4/ |
D | ax_enable_builddir.m4 | 94 AC_ARG_ENABLE([builddir], AS_HELP_STRING( optenable
|
/external/harfbuzz_ng/src/ |
D | check-static-inits.py | 5 builddir = os.getenv ('builddir', os.path.dirname (__file__)) variable
|
D | check-symbols.py | 7 builddir = os.getenv ('builddir', os.path.dirname (__file__)) variable
|
/external/llvm/utils/ |
D | llvm-compilers-check | 520 def configure(self, component, srcdir, builddir, flags, env): argument 564 def make(self, component, srcdir, builddir, flags, env): argument
|
/external/pcre/ |
D | RunGrepTest.bat | 21 set builddir="%CD%" variable
|
/external/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 720 def extractArchive(builddir, archiveName): argument
|
/external/iptables/extensions/ |
D | GNUmakefile.in | 4 builddir = @builddir@ macro
|
/external/python/cpython3/Tools/wasm/ |
D | wasm_build.py | 460 def builddir(self) -> pathlib.Path: member in BuildProfile
|