Lines Matching refs:WORKDIR

118 WORKDIR = "/tmp/_py"  variable
122 DEPSRC = os.path.join(WORKDIR, 'third-party')
241 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')),
261 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')),
310 shellQuote(os.path.join(WORKDIR, 'libraries')),
311 shellQuote(os.path.join(WORKDIR, 'libraries')),
346 shellQuote(os.path.join(WORKDIR, 'libraries')),
357 shellQuote(os.path.join(WORKDIR, 'libraries')),
623 global WORKDIR, DEPSRC, SRCDIR, DEPTARGET
650 WORKDIR=v
680 WORKDIR=os.path.abspath(WORKDIR)
690 print(" * Build directory: %s" % WORKDIR)
936 buildDir=os.path.join(WORKDIR, '_bld')
1039 universal = os.path.join(WORKDIR, 'libraries')
1053 rootDir = os.path.join(WORKDIR, '_root')
1071 buildDir = os.path.join(WORKDIR, '_bld', 'python')
1072 rootDir = os.path.join(WORKDIR, '_root')
1091 os.environ['DYLD_LIBRARY_PATH'] = os.path.join(WORKDIR,
1107 shellQuote(WORKDIR)[1:-1],))[internalTk()],
1109 shellQuote(WORKDIR)[1:-1],))[internalTk()],
1110 shellQuote(WORKDIR)[1:-1],
1111 shellQuote(WORKDIR)[1:-1]))
1143 if os.path.exists(os.path.join(WORKDIR, 'libraries', 'Library')):
1145 WORKDIR, 'libraries', 'Library', 'Frameworks',
1148 WORKDIR, '_root', 'Library', 'Frameworks',
1228 include_path = '-I%s/libraries/usr/local/include' % (WORKDIR,)
1229 lib_path = '-L%s/libraries/usr/local/lib' % (WORKDIR,)
1360 srcdir = os.path.join(WORKDIR, '_root', srcdir[1:])
1456 for dirpath, _, filenames in os.walk(os.path.join(WORKDIR, '_root')):
1461 outdir = os.path.join(WORKDIR, 'installer')
1501 shellQuote(os.path.join(WORKDIR, '_root'))))
1510 outdir = os.path.join(WORKDIR, 'diskimage')
1529 shellQuote(os.path.join(WORKDIR, 'installer')),
1543 if not os.path.exists(os.path.join(WORKDIR, "mnt")):
1544 os.mkdir(os.path.join(WORKDIR, "mnt"))
1546 shellQuote(imagepath + ".tmp.dmg"), shellQuote(os.path.join(WORKDIR, "mnt"))))
1550 os.path.join(WORKDIR, "mnt", volname, ".VolumeIcon.icns"))
1552 shellQuote(os.path.join(WORKDIR, "mnt", volname)),))
1554 runCommand("hdiutil detach %s"%(shellQuote(os.path.join(WORKDIR, "mnt", volname))))
1594 if os.path.exists(WORKDIR):
1595 shutil.rmtree(WORKDIR)
1596 os.mkdir(WORKDIR)
1617 folder = os.path.join(WORKDIR, "_root", "Applications", "Python %s"%(
1635 os.path.join(WORKDIR, 'installer', 'ReadMe.rtf'))
1639 os.path.join(WORKDIR, 'installer', 'License.rtf'))
1641 fp = open(os.path.join(WORKDIR, 'installer', 'Build.txt'), 'w')