OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:builddir
(Results
1 - 25
of
87
) sorted by relevancy
1
2
3
4
/src/external/mpl/bind/dist/bin/tests/system/
start.sh.in
14
builddir
=@
builddir
@
18
. "${
builddir
}/conf.sh"
stop.sh.in
14
builddir
=@
builddir
@
18
. "${
builddir
}/conf.sh"
20
export
builddir
srcdir
/src/external/bsd/ntp/dist/sntp/tests/
tests-runner
3
# $
builddir
is always .
4
builddir
=.
9
mkdir -p $
builddir
/data
12
./tests $srcdir/data $
builddir
/data
/src/external/gpl2/groff/dist/
test-groff.in
5
builddir
=@abs_top_builddir@/src
9
$
builddir
/roff/groff$SEP\
10
$
builddir
/roff/troff$SEP\
11
$
builddir
/preproc/pic$SEP\
12
$
builddir
/preproc/eqn$SEP\
13
$
builddir
/preproc/tbl$SEP\
14
$
builddir
/preproc/grn$SEP\
15
$
builddir
/preproc/refer$SEP\
16
$
builddir
/preproc/soelim$SEP\
17
$
builddir
/preproc/html$SEP
[
all
...]
/src/crypto/external/bsd/heimdal/dist/packages/mac/
mac.sh
9
builddir
=`pwd`/
builddir
12
rm -rf ${destdir} ${
builddir
} ${imgdir} || exit 1
14
mkdir ${
builddir
} || exit 1
17
cd ${
builddir
} || exit 1
53
rm -rf ${destdir} ${
builddir
} ${imgdir} || exit 1
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
corefile-buildid.exp
35
set
builddir
[standard_output_file $execdir]
36
remote_exec build "rm -rf $
builddir
"
37
remote_exec build "mkdir $
builddir
"
38
remote_exec build "mv $binfile [file join $
builddir
[file tail $binfile]]"
48
set
builddir
[standard_output_file $sharedir]
63
[file join $
builddir
[file tail $objdso]]]
81
remote_exec build "rm -rf $
builddir
"
82
remote_exec build "mkdir $
builddir
"
83
remote_exec build "mv $binfile $
builddir
"
84
remote_exec build "mv $objdso $
builddir
"
[
all
...]
/src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
check_simd
3
# check_simd <srcdir> <
builddir
> <CXXFLAGS>
8
builddir
="$2"
10
testdir="$
builddir
/testsuite"
12
CXX="$("$
builddir
/scripts/testsuite_flags" --build-cxx)"
13
CXXFLAGS="$("$
builddir
/scripts/testsuite_flags" --cxxflags) $1 -Wno-psabi"
15
INCLUDES="$("$
builddir
/scripts/testsuite_flags" --build-includes)"
/src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
check_simd
3
# check_simd <srcdir> <
builddir
> <CXXFLAGS>
8
builddir
="$2"
10
testdir="$
builddir
/testsuite"
12
CXX="$("$
builddir
/scripts/testsuite_flags" --build-cxx)"
13
CXXFLAGS="$("$
builddir
/scripts/testsuite_flags" --cxxflags) $1 -Wno-psabi"
15
INCLUDES="$("$
builddir
/scripts/testsuite_flags" --build-includes)"
/src/crypto/external/apache2/openssl/dist/util/
write-man-symlinks
26
my $
builddir
= $ARGV[2];
37
$podfile = "$
builddir
/$mainf.pod";
/src/crypto/external/bsd/openssl/dist/util/
write-man-symlinks
26
my $
builddir
= $ARGV[2];
37
$podfile = "$
builddir
/$mainf.pod";
/src/external/gpl2/gettext/dist/build-aux/
install-reloc
29
# -
builddir
is the directory where to find built dependencies (namely,
47
builddir
=$RELOC_BUILDDIR
59
builddir
=$6
73
echo "Usage: $0 library_path_var library_path_value prefix compile_command srcdir
builddir
config_h_dir exeext install_command... destprog" 1>&2
122
func_verbose $compile_command -I"$
builddir
" -I"$srcdir" -I"$config_h_dir" -DHAVE_CONFIG_H -DIN_RELOCWRAPPER -DNO_XMALLOC -D"INSTALLPREFIX=\"$prefix\"" -D"INSTALLDIR=\"$installdir\"" -D"LIBPATHVAR=\"$library_path_var\"" -D"LIBDIRS=$libdirs" -D"EXEEXT=\"$exeext\"" "$srcdir"/relocwrapper.c "$srcdir"/progname.c "$srcdir"/progreloc.c "$srcdir"/xreadlink.c "$srcdir"/readlink.c "$srcdir"/canonicalize.c "$srcdir"/allocsa.c "$srcdir"/relocatable.c "$srcdir"/setenv.c "$srcdir"/strerror.c -o "$destprog.wrapper$exeext" || exit $?
/src/external/gpl3/gdb/dist/gdb/
gdb_buildall.sh
33
Usage: gdb_buildall.sh [ <options> ... ] <srcdir> <
builddir
>
45
<
builddir
> Build directory.
101
builddir
=`cd $2 && /bin/pwd` || exit 1
122
dir=${
builddir
}/ALL
256
mv Mbuild.log ${
builddir
}/$log_file
gdb_mbuild.sh
31
Usage: gdb_mbuild.sh [ <options> ... ] <srcdir> <
builddir
>
42
<
builddir
> Build directory.
118
builddir
=`cd $2 && /bin/pwd` || exit 1
210
dir=${
builddir
}/${target}
320
cd ${
builddir
}
/src/external/gpl3/gdb.old/dist/gdb/
gdb_buildall.sh
33
Usage: gdb_buildall.sh [ <options> ... ] <srcdir> <
builddir
>
45
<
builddir
> Build directory.
101
builddir
=`cd $2 && /bin/pwd` || exit 1
122
dir=${
builddir
}/ALL
256
mv Mbuild.log ${
builddir
}/$log_file
gdb_mbuild.sh
31
Usage: gdb_mbuild.sh [ <options> ... ] <srcdir> <
builddir
>
42
<
builddir
> Build directory.
118
builddir
=`cd $2 && /bin/pwd` || exit 1
210
dir=${
builddir
}/${target}
320
cd ${
builddir
}
/src/external/gpl2/gettext/dist/autoconf-lib-link/tests/
rpathcfg.sh
12
builddir
=`pwd`
28
${CONFIG_SHELL-/bin/sh} ./configure --disable-shared --prefix=$
builddir
/tstprefix --libdir=$
builddir
/tstprefix/${LIBDIRSTEM-lib} > configure.log 2>&1
53
${CONFIG_SHELL-/bin/sh} ./configure --disable-static --prefix=$
builddir
/tstprefix --libdir=$
builddir
/tstprefix/${LIBDIRSTEM-lib} > configure.log 2>&1
78
${CONFIG_SHELL-/bin/sh} ./configure --disable-static --prefix=$
builddir
/tstprefix --libdir=$
builddir
/tstprefix/${LIBDIRSTEM-lib} > configure.log 2>&1
/src/crypto/external/apache2/openssl/dist/test/recipes/95-test_external_pkcs11_provider_data/
pkcs11-provider.sh
47
PKCS11_PROVIDER_BUILDDIR=$OPENSSL_ROOT_DIR/pkcs11-provider/
builddir
/src/external/apache2/llvm/dist/llvm/utils/
llvm-compilers-check
47
# --prefix=/home/greened/install --
builddir
=/home/greened/build
139
parser.add_option("--
builddir
",
264
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
)
[
all
...]
/src/external/mit/expat/dist/
Makefile.am
159
[ -f $(
builddir
)/tests/xmlts.zip ] || $(MAKE) download-xmlts-zip # vpath workaround
168
[ -d $(
builddir
)/tests/xmlconf ] || $(MAKE) extract-xmlts-zip # vpath workaround
171
$(srcdir)/tests/xmltest.sh "$(abs_builddir)/run.sh $(abs_builddir)/xmlwf/xmlwf@EXEEXT@" 2>&1 | tee $(
builddir
)/tests/xmltest.log
172
$(srcdir)/fix-xmltest-log.sh $(
builddir
)/tests/xmltest.log
173
diff -u $(srcdir)/tests/xmltest.log.expected $(
builddir
)/tests/xmltest.log
/src/external/gpl3/binutils/dist/libsframe/
Makefile.am
21
AUTOMAKE_OPTIONS = dejagnu foreign no-texinfo.tex info-in-
builddir
subdir-objects
/src/external/gpl3/binutils.old/dist/libsframe/
Makefile.am
21
AUTOMAKE_OPTIONS = dejagnu foreign no-texinfo.tex info-in-
builddir
subdir-objects
/src/external/gpl3/gdb/dist/libsframe/
Makefile.am
21
AUTOMAKE_OPTIONS = dejagnu foreign no-texinfo.tex info-in-
builddir
subdir-objects
/src/external/gpl3/gdb.old/dist/libsframe/
Makefile.am
21
AUTOMAKE_OPTIONS = dejagnu foreign no-texinfo.tex info-in-
builddir
subdir-objects
/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
ada.exp
37
#
BUILDDIR
.
39
proc target_compile_ada_from_dir {
builddir
source dest type options} {
59
with_cwd $
builddir
{
/src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
ada.exp
18
#
BUILDDIR
.
20
proc target_compile_ada_from_dir {
builddir
source dest type options} {
40
with_cwd $
builddir
{
Completed in 31 milliseconds
1
2
3
4
Indexes created Sat Feb 28 05:31:39 UTC 2026