Home
last modified time | relevance | path

Searched refs:builddir (Results 1 – 25 of 189) sorted by relevance

12345678

/external/fmtlib/test/fuzzing/
Dbuild.sh26 builddir=$here/build-fuzzers-perfanalysis
27 mkdir -p $builddir
28 cd $builddir
34 cmake --build $builddir
37 builddir=$here/build-fuzzers-ossfuzz
38 mkdir -p $builddir
39 cd $builddir
46 cmake --build $builddir
50 builddir=$here/build-fuzzers-libfuzzer
51 mkdir -p $builddir
[all …]
/external/wayland/doc/publican/
DMakefile.am16 html_destdir := $(builddir)/Wayland/en-US/html
61 noinst_DATA = $(builddir)/Wayland $(publican_targets)
69 alldirs := $(builddir)/en-US $(builddir)/en-US/images $(html_destdir) $(html_destdir)/css $(html_de…
75 map_targets := $(map_sources:$(doxydir)/xml/%=$(builddir)/en-US/images/%)
76 processed_targets := $(processed_sources:$(srcdir)/sources/%=$(builddir)/en-US/%)
78 $(builddir)/Wayland: $(publican_targets) $(html_css_targets) $(html_img_targets) $(processed_target…
79 $(AM_V_GEN)$(XMLTO) $(XMLTO_PARAM) html $(builddir)/en-US/Wayland.xml -o $(html_destdir)
93 publican_targets = $(publican_sources:$(srcdir)/sources/%=$(builddir)/en-US/%) \
94 $(builddir)/en-US/ProtocolSpec.xml \
95 $(builddir)/en-US/ProtocolInterfaces.xml \
[all …]
/external/libusb/.private/
Dci-build.sh5 builddir=
15 builddir=$2
32 if [ -z "${builddir}" ]; then
37 if [ -e "${builddir}" ]; then
38 echo "ERROR: directory entry named '${builddir}' already exists" >&2
42 mkdir "${builddir}"
43 cd "${builddir}"
Dappveyor_build.sh13 builddir="build-${buildsys}"
22 exec .private/ci-build.sh --build-dir "${builddir}" --install -- "--prefix=${installdir}"
/external/e2fsprogs/contrib/
Dbuild-rpm14 builddir=${pkgname}-${pkgvers}
27 cp -sR `pwd`/$currdir $tmpdir/$builddir || exit 1
30 [ -f $tmpdir/$builddir/Makefile ] && make -C $tmpdir/$builddir distclean
33 (cd $tmpdir && tar czfh ${builddir}.tar.gz $EXCLUDE $builddir)
/external/e2fsprogs/debian/attic/libs/
Drules27 builddir = $(topdir)/builddir
46 make -C $(builddir)
47 make -C $(builddir)/misc findsuper
54 mkdir -p $(builddir)
55 cd $(builddir) && CFLAGS="$(CFLAGS)" \
63 -make -C $(builddir) -i distclean
64 rm -rf $(builddir)
78 make -C $(builddir) install DESTDIR=$(maindir)
79 install -m 755 $(builddir)/misc/findsuper $(maindir)/sbin
81 make -C $(builddir) install-libs DESTDIR=$(maindir)
[all …]
/external/mesa3d/docs/
Dosmesa.rst29 …meson builddir -Dosmesa=gallium -Dgallium-drivers=swrast -Ddri-drivers=[] -Dvulkan-drivers=[] -Dpr…
30 ninja -C builddir install
39 $PWD/builddir/install/lib/libOSMesa.so (swrast-based OSMesa)
40 $PWD/builddir/install/lib/gallium/libOSMsea.so (Gallium-based OSMesa)
42 Set your LD_LIBRARY_PATH to point to $PWD/builddir/install to use the
/external/mesa3d/docs/relnotes/
D13.0.5.rst80 - i965: automake: include builddir prior to srcdir
81 - i915: automake: include builddir prior to srcdir
82 - egl: automake: include builddir prior to srcdir
83 - clover: automake: include builddir prior to srcdir
84 - st/dri: automake: include builddir prior to srcdir
85 - d3dadapter9: automake: include builddir prior to srcdir
86 - glx: automake: include builddir prior to srcdir
87 - glx/apple: automake: include builddir prior to srcdir
88 - glx/windows: automake: include builddir prior to srcdir
89 - loader: automake: include builddir prior to srcdir
[all …]
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run.sh38 builddir=${2}
107 if test -f $builddir.wait
109 mv $builddir.wait $builddir.ready
113 if test -f $builddir.wait
115 mv $builddir.wait $builddir.ready
117 while test -f $builddir.ready
/external/autotest/client/profilers/ftrace/
Dftrace.py51 utils.make("prefix='%s'" % self.builddir)
52 utils.make("prefix='%s' install" % self.builddir)
77 self.builddir = os.path.join(self.bindir, 'build')
78 if not os.path.isdir(self.builddir):
79 os.makedirs(self.builddir)
80 self.trace_cmd = os.path.join(self.builddir, 'bin', 'trace-cmd')
/external/llvm-project/llvm/utils/
Dllvm-compilers-check264 self.build_prefix = options.builddir
460 + builddir)
464 builddir = self.build_prefix + "/" + comp + "/" + build_suffix
475 self.logger.info("Configuring " + component + " in " + builddir)
476 configrc = self.configure(component, srcdir, builddir,
484 self.logger.info("Building " + component + " in " + builddir)
486 buildrc = self.make(component, srcdir, builddir,
494 self.logger.info("Testing " + component + " in " + builddir)
497 testrc = self.make(component, srcdir, builddir,
507 self.make(component, srcdir, builddir,
[all …]
/external/llvm/utils/
Dllvm-compilers-check265 self.build_prefix = options.builddir
461 + builddir)
465 builddir = self.build_prefix + "/" + comp + "/" + build_suffix
476 self.logger.info("Configuring " + component + " in " + builddir)
477 configrc = self.configure(component, srcdir, builddir,
485 self.logger.info("Building " + component + " in " + builddir)
487 buildrc = self.make(component, srcdir, builddir,
495 self.logger.info("Testing " + component + " in " + builddir)
498 testrc = self.make(component, srcdir, builddir,
508 self.make(component, srcdir, builddir,
[all …]
/external/libepoxy/.travis/
Depoxy-ci-linux.sh20 builddir=$( mktemp -d build_XXXXXX )
22 meson --prefix /usr "$@" $builddir $srcdir || exit $?
24 cd $builddir
Depoxy-ci-osx.sh18 builddir=$( mktemp -d build_XXXXXX )
20 meson ${BUILDOPTS} $builddir $srcdir || exit $?
22 cd $builddir
/external/zstd/build/cmake/
DREADME.md14 mkdir builddir
15 cd builddir
21 rm -rf build/cmake/builddir
33 cd build/cmake/builddir
39 cd build/cmake/builddir
/external/libepoxy/src/
DMakefile.am57 $(builddir)/../include/epoxy/gl_generated.h \
61 $(builddir)/../include/epoxy/glx_generated.h \
65 $(builddir)/../include/epoxy/egl_generated.h \
69 $(builddir)/../include/epoxy/wgl_generated.h \
/external/mesa3d/.gitlab-ci/windows/
Dmesa_build.ps17 $builddir = New-Item -ItemType Directory -Name "_build" variable
8 Push-Location $builddir.FullName
/external/libdrm/
DREADME.rst22 meson builddir/
25 with --prefix=/usr (or `meson configure builddir/ -Dprefix=/usr` after
30 ninja -C builddir/ install
/external/python/cpython2/Mac/IDLE/
DMakefile.in12 builddir= ../..
18 BUILDPYTHON= $(builddir)/python$(BUILDEXE)
63 --builddir=. \
/external/python/cpython2/PC/VS9.0/
Dbuild.bat40 set builddir=%dir%amd64\ variable
42 set builddir=%dir% variable
44 rem Can't use builddir until we're in a new command...
47 set HOST_PYTHON=%builddir%python%dbg_ext%.exe
54 vcbuild "%dir%kill_python.vcproj" "%conf%|%platf%" && "%builddir%kill_python%dbg_ext%.exe"
/external/python/cpython2/Mac/PythonLauncher/
DMakefile.in10 builddir= ../..
14 BUILDPYTHON= $(builddir)/python$(BUILDEXE)
46 --builddir=. \
/external/libffi/m4/
Dax_enable_builddir.m413 # there. We provide an option --disable-builddir to suppress the move into
14 # a separate builddir.
24 # toplevel builddir Makefile. It just copies the variables and
41 # like '#### $host |$builddir' to recognize the place where to recurse
48 # tarball from the builddir to the sourcedir (or $(PUB)) for reason of
94 AC_ARG_ENABLE([builddir], AS_HELP_STRING( optenable
95 [--disable-builddir],[disable automatic build in subdir of sources])
112 AC_MSG_RESULT([continue configure in default builddir "./$SUB"])
114 AC_MSG_ERROR([could not change to default builddir "./$SUB"])
123 …AC_MSG_RESULT(....exec $SHELL $srcdir/[$]0 "--srcdir=$srcdir" "--enable-builddir=$SUB" ${1+"[$]@"})
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dax_enable_builddir.m413 # there. We provide an option --disable-builddir to suppress the move into
14 # a separate builddir.
24 # toplevel builddir Makefile. It just copies the variables and
41 # like '#### $host |$builddir' to recognize the place where to recurse
48 # tarball from the builddir to the sourcedir (or $(PUB)) for reason of
93 AC_ARG_ENABLE([builddir], AS_HELP_STRING( optenable
94 [--disable-builddir],[disable automatic build in subdir of sources])
111 AC_MSG_RESULT([continue configure in default builddir "./$SUB"])
113 AC_MSG_ERROR([could not change to default builddir "./$SUB"])
122 …AC_MSG_RESULT(....exec $SHELL $srcdir/[$]0 "--srcdir=$srcdir" "--enable-builddir=$SUB" ${1+"[$]@"})
[all …]
/external/python/cpython2/Lib/distutils/tests/
Dtest_install.py37 builddir = self.mkdtemp()
38 destination = os.path.join(builddir, "installation")
42 dist.script_name = os.path.join(builddir, "setup.py")
44 build_base=builddir,
45 build_lib=os.path.join(builddir, "lib"),
/external/python/cpython3/Lib/distutils/tests/
Dtest_install.py36 builddir = self.mkdtemp()
37 destination = os.path.join(builddir, "installation")
41 dist.script_name = os.path.join(builddir, "setup.py")
43 build_base=builddir,
44 build_lib=os.path.join(builddir, "lib"),

12345678