HomeSort by relevance Sort by last modified time
    Searched refs:builddir (Results 1 - 25 of 32) sorted by null

1 2

  /external/e2fsprogs/contrib/
build-rpm 14 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/opencv3/platforms/osx/
build_framework.py 33 builddir = os.path.join(buildroot, target + '-' + arch)
34 if not os.path.isdir(builddir):
35 os.makedirs(builddir)
37 os.chdir(builddir)
57 if os.path.isfile(os.path.join(builddir, "CMakeCache.txt")):
62 for wlib in [builddir + "/modules/world/UninstalledProducts/libopencv_world.a",
63 builddir + "/lib/Release/libopencv_world.a"]:
  /external/harfbuzz_ng/test/shaping/
run-tests.sh 4 test "x$builddir" = x && builddir=.
  /external/e2fsprogs/debian/attic/libs/
rules 27 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)/sbi
    [all...]
  /external/bison/build-aux/
gnu-web-doc-update 41 -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/opencv3/platforms/ios/
build_framework.py 46 builddir = os.path.join(buildroot, target + '-' + arch)
47 if not os.path.isdir(builddir):
48 os.makedirs(builddir)
50 os.chdir(builddir)
71 if os.path.isfile(os.path.join(builddir, "CMakeCache.txt")):
76 for wlib in [builddir + "/modules/world/UninstalledProducts/" + libname,
77 builddir + "/lib/Release/" + libname]:
  /external/autotest/client/profilers/ftrace/
ftrace.py 51 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/
git.py 29 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
git_kernel.py 78 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:
97 logging.warning('Builddir %s is not persistent (it will be erased '
100 self._build = builddir
  /external/llvm/utils/
llvm-compilers-check 48 # --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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 36 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"),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 36 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"),
  /external/v8/
Makefile.nacl 84 builddir="$(shell pwd)/$(OUTDIR)/$@"
Makefile 295 builddir="$(abspath $(OUTDIR))/$(BUILDTYPE)"
309 builddir="$(shell pwd)/$(OUTDIR)/$@"
314 builddir="$(shell pwd)/$(OUTDIR)/$@"
  /external/pcre/dist/
RunGrepTest 20 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
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py 108 builddir = "build" variable in class:BundleBuilder
127 self.bundlepath = pathjoin(self.builddir, self.name + bundleextension)
145 builddir = self.builddir
146 if builddir and not os.path.exists(builddir):
147 os.mkdir(builddir)
807 -b, --builddir=DIR the build directory; defaults to "build"
854 longopts = ("builddir=", "name=", "resource=", "file=", "executable=",
868 if opt in ('-b', '--builddir')
    [all...]
buildtools.py 318 builder.builddir = destdir
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 108 builddir = "build" variable in class:BundleBuilder
127 self.bundlepath = pathjoin(self.builddir, self.name + bundleextension)
145 builddir = self.builddir
146 if builddir and not os.path.exists(builddir):
147 os.mkdir(builddir)
807 -b, --builddir=DIR the build directory; defaults to "build"
854 longopts = ("builddir=", "name=", "resource=", "file=", "executable=",
868 if opt in ('-b', '--builddir')
    [all...]
buildtools.py 318 builder.builddir = destdir
  /external/icu/icu4c/source/config/
dist.mk 57 $(MAKE) -C . srcdir="$(srcdir)" top_srcdir="$(top_srcdir)" builddir=. $@
  /external/llvm/utils/release/
test-release.sh 38 BuildDir="`pwd`"
112 -build-dir | --build-dir | -builddir | --builddir )
114 BuildDir="$1"
212 BuildDir=$BuildDir/$RC
213 mkdir -p $BuildDir
214 cd $BuildDir
217 LogDir=$BuildDir/logs
281 cd $BuildDir/llvm.src/tool
    [all...]
  /build/core/
ninja.mk 136 $(hide) echo "builddir = $(OUT_DIR)" > $(COMBINED_BUILD_NINJA)
  /external/autotest/client/bin/
kernel.py 296 builddir = self.build_dir
297 os.chdir(builddir)
  /external/minijail/
common.mk 78 # - OUT=/path/to/builddir puts all output in given path (default: $PWD)
    [all...]
  /external/modp_b64/
common.mk 78 # - OUT=/path/to/builddir puts all output in given path (default: $PWD)
    [all...]

Completed in 748 milliseconds

1 2