Home
last modified time | relevance | path

Searched refs:buildtop (Results 1 – 6 of 6) sorted by relevance

/src/crypto/krb5/src/util/
H A Dk5test.py446 f = open(os.path.join(buildtop, 'skiptests'), 'a')
661 global buildtop, runenv
665 env[k] = os.path.join(buildtop, v)
1019 global buildtop, srctop, hostname
1023 buildtop=buildtop,
1452 buildtop = _find_buildtop() variable
1454 plugins = os.path.join(buildtop, 'plugins')
1460 if not os.path.exists(os.path.join(buildtop, 'runenv.py')):
1461 fail('You must run "make runenv.py" in %s first.' % buildtop)
1462 sys.path = [buildtop] + sys.path
[all …]
H A Dtestrealm.py53 path_prefix += os.path.join(buildtop, dir) + os.pathsep
/src/crypto/openssl/doc/
H A Dbuild.info.in32 my $htmlfile = abs2rel(catfile($buildtop, "doc", "html", "man$section",
34 catdir($buildtop, "doc"));
35 my $manfile = abs2rel(catfile($buildtop, "doc", "man", "man$section",
37 catdir($buildtop, "doc"));
71 my $imagefile = abs2rel(catfile($buildtop, "doc", "$relpath"),
72 catdir($buildtop, "doc"));
/src/crypto/krb5/src/appl/sample/
H A Dt_sample.py3 sclient = os.path.join(buildtop, 'appl', 'sample', 'sclient', 'sclient')
4 sserver = os.path.join(buildtop, 'appl', 'sample', 'sserver', 'sserver')
/src/crypto/krb5/src/appl/simple/
H A Dt_simple.py3 sim_client = os.path.join(buildtop, 'appl', 'simple', 'client', 'sim_client')
4 sim_server = os.path.join(buildtop, 'appl', 'simple', 'server', 'sim_server')
/src/crypto/krb5/src/appl/gss-sample/
H A Dt_gss_sample.py25 appdir = os.path.join(buildtop, 'appl', 'gss-sample')