/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
D | configinit.sh | 43 builddir= 48 builddir=`echo $buildloc | sed -e 's/^O=//'` 49 if test ! -d $builddir 51 mkdir $builddir 54 echo Bad build directory: \"$builddir\" 64 make $buildloc distclean > $builddir/Make.distclean 2>&1 65 make $buildloc $TORTURE_DEFCONFIG > $builddir/Make.defconfig.out 2>&1 66 mv $builddir/.config $builddir/.config.sav 67 sh $T/upd.sh < $builddir/.config.sav > $builddir/.config 68 cp $builddir/.config $builddir/.config.new [all …]
|
D | kvm-build.sh | 31 builddir=${2} 32 if test -z "$builddir" -o ! -d "$builddir" -o ! -w "$builddir" 34 echo "kvm-build.sh :$builddir: Not a writable directory, cannot build into it" 49 configinit.sh $T/config O=$builddir 56 make O=$builddir -j$ncpus $TORTURE_KMAKE_ARG > $builddir/Make.out 2>&1 58 … 0 || grep "rcu[^/]*": < $builddir/Make.out | egrep -q "Stop|Error|error:|warning:" || egrep -q "S… 61 egrep "Stop|Error|error:|warning:" < $builddir/Make.out
|
D | kvm-test-1-run.sh | 51 builddir=${2} 52 if test -z "$builddir" -o ! -d "$builddir" -o ! -w "$builddir" 54 echo "kvm-test-1-run.sh :$builddir: Not a writable directory, cannot build into it" 101 elif kvm-build.sh $T/Kc2 $builddir 104 QEMU="`identify_qemu $builddir/vmlinux`" 106 cp $builddir/Make*.out $resdir 107 cp $builddir/vmlinux $resdir 108 cp $builddir/.config $resdir 111 cp $builddir/$BOOT_IMAGE $resdir 122 cp $builddir/Make*.out $resdir [all …]
|
/external/wayland/doc/publican/ |
D | Makefile.am | 16 html_destdir := $(builddir)/Wayland/en-US/html 58 noinst_DATA = $(builddir)/Wayland $(publican_targets) 66 alldirs := $(builddir)/en-US $(builddir)/en-US/images $(html_destdir) $(html_destdir)/css $(html_de… 72 map_targets := $(map_sources:$(doxydir)/xml/%=$(builddir)/en-US/images/%) 73 processed_targets := $(processed_sources:$(srcdir)/sources/%=$(builddir)/en-US/%) 75 $(builddir)/Wayland: $(publican_targets) $(html_css_targets) $(html_img_targets) $(processed_target… 76 $(AM_V_GEN)$(XMLTO) $(XMLTO_PARAM) html $(builddir)/en-US/Wayland.xml -o $(html_destdir) 90 publican_targets = $(publican_sources:$(srcdir)/sources/%=$(builddir)/en-US/%) \ 91 $(builddir)/en-US/ProtocolSpec.xml \ 92 $(builddir)/en-US/ProtocolInterfaces.xml \ [all …]
|
/external/e2fsprogs/debian/attic/libs/ |
D | 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)/sbin 81 make -C $(builddir) install-libs DESTDIR=$(maindir) [all …]
|
/external/e2fsprogs/contrib/ |
D | build-rpm | 14 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/swiftshader/third_party/LLVM/utils/ |
D | llvmbuild | 311 self.build_prefix = options.builddir 633 + builddir) 637 builddir = self.build_prefix + "/" + comp + "/" + build_suffix 650 self.logger.info("Configuring " + component + " in " + builddir) 651 self.configure(component, srcdir, builddir, 655 self.logger.info("Building " + component + " in " + builddir) 657 self.make(component, srcdir, builddir, 663 self.make(component, srcdir, builddir, 667 self.logger.info("Testing " + component + " in " + builddir) 670 self.make(component, srcdir, builddir, [all …]
|
/external/autotest/client/profilers/ftrace/ |
D | 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/llvm/utils/ |
D | llvm-compilers-check | 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) 498 testrc = self.make(component, srcdir, builddir, 508 self.make(component, srcdir, builddir, [all …]
|
/external/python/cpython2/Mac/IDLE/ |
D | Makefile.in | 12 builddir= ../.. 19 BUILDPYTHON= $(builddir)/python$(BUILDEXE) 64 --builddir=. \
|
/external/libnl/lib/ |
D | Makefile.am | 8 -I${builddir}/route \ 9 -I${builddir}/route/cls \
|
/external/libffi/m4/ |
D | ax_enable_builddir.m4 | 13 # 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/cpython3/Modules/_ctypes/libffi/m4/ |
D | ax_enable_builddir.m4 | 13 # 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/Modules/_ctypes/libffi/m4/ |
D | ax_enable_builddir.m4 | 13 # 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/mesa3d/src/mesa/ |
D | Makefile.am | 123 AM_CPPFLAGS += -I$(builddir)/x86-64 -I$(srcdir)/x86-64 126 AM_CPPFLAGS += -I$(builddir)/x86 -I$(srcdir)/x86 131 AM_CPPFLAGS += -I$(builddir)/sparc -I$(srcdir)/sparc 169 …$(YACC_GEN) -o $@ -p "_mesa_program_" --defines=$(builddir)/program/program_parse.tab.h $(srcdir)/…
|
/external/python/cpython2/PC/VS9.0/ |
D | build.bat | 40 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/Lib/distutils/tests/ |
D | 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/python/cpython3/Lib/distutils/tests/ |
D | 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/python/cpython2/Mac/PythonLauncher/ |
D | Makefile.in | 10 builddir= ../.. 14 BUILDPYTHON= $(builddir)/python$(BUILDEXE) 46 --builddir=. \
|
/external/pcre/dist2/ |
D | RunGrepTest | 20 builddir=`pwd` 21 pcre2grep=$builddir/pcre2grep 22 pcre2test=$builddir/pcre2test 158 (cd $srcdir; $valgrind $vjs $pcre2grep -f./testdata/greplist -f $builddir/testtemp1grep ./testdata/… 448 (cd $srcdir; $valgrind $vjs $pcre2grep --file-list ./testdata/grepfilelist --file-list $builddir/te… 502 (cd $srcdir; $valgrind $vjs $pcre2grep -L -r --include=grepinput --exclude-from $builddir/testtemp1… 508 …cre2grep -L -r --exclude=grepinput3 --include=grepinput --exclude-from $builddir/testtemp1grep --e… 514 …$pcre2grep -L -r --include grepinput --exclude-from $builddir/testtemp1grep --exclude-from=$buildd… 548 (cd $srcdir; $valgrind $vjs $pcre2grep --line-offsets '(?<=\Ka)' $builddir/testtemp1grep) >>testtr…
|
/external/v8/tools/ |
D | mingw-generate-makefiles.sh | 65 return '\$(builddir)%slib.%s%s%s' % (sep, self.toolset, sep, self.alias) 66 return '\$(builddir)' + sep + self.alias
|
/external/brotli/scripts/ |
D | .travis.sh | 38 mkdir builddir && cd builddir
|
/external/curl/packages/Linux/RPM/ |
D | curl.spec.in | 6 %define builddir $RPM_BUILD_DIR/%{name}-%{version} 39 rm -rf %{builddir} 53 rm -rf %{builddir}
|
/external/python/cpython2/Lib/plat-mac/ |
D | bundlebuilder.py | 108 builddir = "build" variable in 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) 869 builder.builddir = arg
|
/external/ImageMagick/ |
D | Makefile.am | 225 builddir=`pwd` ; \ 230 | cpio -pdum $$builddir/$(distdir) 2> /dev/null ; \ 254 if test -d $(builddir)/$$dir ; then \ 255 docsrcdir=$(builddir)/$$dir; \
|