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

/external/e2fsprogs/contrib/
H A Dbuild-rpm14 builddir=${pkgname}-${pkgvers}
22 # We need to build a tarball for the SRPM using $builddir as the
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/harfbuzz_ng/test/shaping/
H A Drun-tests.sh4 test "x$builddir" = x && builddir=.
/external/e2fsprogs/debian/attic/libs/
H A 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)/mis
[all...]
/external/bison/build-aux/
H A Dgnu-web-doc-update41 -C, --builddir=DIR location of (configured) Makefile (default: .)
108 builddir=.
123 -C|--builddir) shift; builddir=$1; shift ;;
134 pkg=$(sed -n 's/^PACKAGE = \(.*\)/\1/p' $builddir/Makefile) \
159 cd "$builddir"
170 $RSYNC -avP "$builddir"/doc/manual/ $tmp/$pkg/manual
/external/autotest/client/profilers/ftrace/
H A 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/autotest/server/
H A Dgit.py29 def install(self, host, builddir=None):
35 @param builddir: Directory on the host filesystem that will host the
39 if builddir:
40 self._build = builddir
H A Dgit_kernel.py78 def install(self, host, build=True, builddir=None, revision=None):
84 @param builddir: Specify a build dir. If no build dir is specified,
95 if not builddir:
100 self._build = builddir
/external/llvm/utils/
H A Dllvm-compilers-check48 # --prefix=/home/greened/install --builddir=/home/greened/build
140 parser.add_option("--builddir",
265 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)
[all...]
/external/v8/
H A DMakefile.nacl84 builddir="$(shell pwd)/$(OUTDIR)/$@"
H A DMakefile309 builddir="$(abspath $(OUTDIR))/$(BUILDTYPE)"
323 builddir="$(shell pwd)/$(OUTDIR)/$@"
328 builddir="$(shell pwd)/$(OUTDIR)/$@"
/external/pcre/dist/
H A DRunGrepTest20 builddir=`pwd`
21 pcregrep=$builddir/pcregrep
122 (cd $srcdir; $valgrind $pcregrep -f./testdata/greplist -f $builddir/testtemp1grep ./testdata/grepinputx) >>testtrygrep
412 (cd $srcdir; $valgrind $pcregrep --file-list ./testdata/grepfilelist --file-list $builddir/testtemp1grep "fox|complete|t7") >>testtrygrep 2>&1
466 (cd $srcdir; $valgrind $pcregrep -L -r --include=grepinput --exclude-from $builddir/testtemp1grep --exclude-dir='^\.' 'fox' ./testdata | sort) >>testtrygrep
472 (cd $srcdir; $valgrind $pcregrep -L -r --exclude=grepinput3 --include=grepinput --exclude-from $builddir/testtemp1grep --exclude-dir='^\.' 'fox' ./testdata | sort) >>testtrygrep
478 (cd $srcdir; $valgrind $pcregrep -L -r --include grepinput --exclude-from $builddir/testtemp1grep --exclude-from=$builddir/testtemp2grep --exclude-dir='^\.' 'fox' ./testdata | sort) >>testtrygrep
512 (cd $srcdir; $valgrind $pcregrep --line-offsets '(?<=\Ka)' $builddir/testtemp1grep) >>testtrygrep 2>&1
/external/icu/icu4c/source/config/
H A Ddist.mk57 $(MAKE) -C . srcdir="$(srcdir)" top_srcdir="$(top_srcdir)" builddir=. $@
/external/llvm/utils/release/
H A Dtest-release.sh112 -build-dir | --build-dir | -builddir | --builddir )
/external/autotest/client/bin/
H A Dkernel.py296 builddir = self.build_dir
297 os.chdir(builddir)
/external/v8/tools/gyp/pylib/gyp/generator/
H A Dninja.py2431 builddir = os.path.join(options.toplevel_dir, 'out', config)
2432 arguments = ['ninja', '-C', builddir]
/external/minijail/
H A Dcommon.mk78 # - OUT=/path/to/builddir puts all output in given path (default: $PWD)
/external/modp_b64/
H A Dcommon.mk78 # - OUT=/path/to/builddir puts all output in given path (default: $PWD)
/external/ImageMagick/
H A Dconfigure4717 builddir="`pwd`"
4722 MAGICK_CODER_MODULE_PATH="${builddir}/coders"
4724 MAGICK_CONFIGURE_BUILD_PATH="${builddir}/config"
4725 MAGICK_FILTER_MODULE_PATH="${builddir}/filters"
28747 if test -d "$builddir/$dir"; then
28748 CPPFLAGS="$CPPFLAGS -I$builddir/$dir"
28758 if test -d "$builddir/$dir/.libs"; then
28759 LDFLAGS="$LDFLAGS -L$builddir/$dir/.libs"
28765 if test -d "$builddir/$dir"; then
28766 LDFLAGS="$LDFLAGS -L$builddir/
[all...]
/external/skia/third_party/yasm/config/android/
H A DMakefile591 builddir = . macro
/external/skia/third_party/yasm/config/chromeos/
H A DMakefile591 builddir = . macro
/external/skia/third_party/yasm/config/ios/
H A DMakefile591 builddir = . macro
/external/skia/third_party/yasm/config/linux/
H A DMakefile591 builddir = . macro
/external/skia/third_party/yasm/config/mac/
H A DMakefile591 builddir = . macro
/external/skia/third_party/yasm/config/openbsd/
H A DMakefile591 builddir = . macro
/external/skia/third_party/yasm/config/win/
H A DMakefile591 builddir = . macro

Completed in 747 milliseconds