Lines Matching full:workdir
116 WORKDIR = "/tmp/_py" variable
120 DEPSRC = os.path.join(WORKDIR, 'third-party')
183 --build-dir=DIR: Create build here (default: %(WORKDIR)r)
288 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')),
306 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')),
355 shellQuote(os.path.join(WORKDIR, 'libraries')),
356 shellQuote(os.path.join(WORKDIR, 'libraries')),
632 global WORKDIR, DEPSRC, SRCDIR, DEPTARGET
659 WORKDIR=v
689 WORKDIR=os.path.abspath(WORKDIR)
699 print(" * Build directory: %s" % WORKDIR)
966 buildDir=os.path.join(WORKDIR, '_bld')
970 workDir = extractArchive(buildDir, sourceArchive)
971 os.chdir(workDir)
1064 Build our dependencies into $WORKDIR/libraries/usr/local
1069 universal = os.path.join(WORKDIR, 'libraries')
1083 rootDir = os.path.join(WORKDIR, '_root')
1127 buildDir = os.path.join(WORKDIR, '_bld', 'python')
1128 rootDir = os.path.join(WORKDIR, '_root')
1164 shellQuote(WORKDIR)[1:-1],))[PYTHON_3],
1167 shellQuote(WORKDIR)[1:-1],))[internalTk()],
1169 shellQuote(WORKDIR)[1:-1],))[internalTk()],
1170 shellQuote(WORKDIR)[1:-1],
1171 shellQuote(WORKDIR)[1:-1]))
1188 os.path.join(WORKDIR, 'libraries', 'usr', 'local', 'lib'),
1224 if os.path.exists(os.path.join(WORKDIR, 'libraries', 'Library')):
1226 WORKDIR, 'libraries', 'Library', 'Frameworks',
1229 WORKDIR, '_root', 'Library', 'Frameworks',
1310 include_path = '-I%s/libraries/usr/local/include' % (WORKDIR,)
1311 lib_path = '-L%s/libraries/usr/local/lib' % (WORKDIR,)
1443 srcdir = os.path.join(WORKDIR, '_root', srcdir[1:])
1539 for dirpath, _, filenames in os.walk(os.path.join(WORKDIR, '_root')):
1544 outdir = os.path.join(WORKDIR, 'installer')
1584 shellQuote(os.path.join(WORKDIR, '_root'))))
1593 outdir = os.path.join(WORKDIR, 'diskimage')
1643 shellQuote(os.path.join(WORKDIR, 'installer')),
1657 if not os.path.exists(os.path.join(WORKDIR, "mnt")):
1658 os.mkdir(os.path.join(WORKDIR, "mnt"))
1660 shellQuote(imagepath + ".tmp.dmg"), shellQuote(os.path.join(WORKDIR, "mnt"))))
1664 os.path.join(WORKDIR, "mnt", volname, ".VolumeIcon.icns"))
1666 shellQuote(os.path.join(WORKDIR, "mnt", volname)),))
1668 runCommand("hdiutil detach %s"%(shellQuote(os.path.join(WORKDIR, "mnt", volname))))
1708 if os.path.exists(WORKDIR):
1709 shutil.rmtree(WORKDIR)
1710 os.mkdir(WORKDIR)
1731 folder = os.path.join(WORKDIR, "_root", "Applications", "Python %s"%(
1749 os.path.join(WORKDIR, 'installer', 'ReadMe.rtf'))
1753 os.path.join(WORKDIR, 'installer', 'License.rtf'))
1755 fp = open(os.path.join(WORKDIR, 'installer', 'Build.txt'), 'w')