Lines Matching refs:WORKDIR

112 WORKDIR = "/tmp/_py"  variable
116 DEPSRC = os.path.join(WORKDIR, 'third-party')
287 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')),
305 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')),
354 shellQuote(os.path.join(WORKDIR, 'libraries')),
355 shellQuote(os.path.join(WORKDIR, 'libraries')),
390 shellQuote(os.path.join(WORKDIR, 'libraries')),
401 shellQuote(os.path.join(WORKDIR, 'libraries')),
664 global WORKDIR, DEPSRC, SRCDIR, DEPTARGET
691 WORKDIR=v
721 WORKDIR=os.path.abspath(WORKDIR)
731 print(" * Build directory: %s" % WORKDIR)
988 buildDir=os.path.join(WORKDIR, '_bld')
1091 universal = os.path.join(WORKDIR, 'libraries')
1105 rootDir = os.path.join(WORKDIR, '_root')
1150 buildDir = os.path.join(WORKDIR, '_bld', 'python')
1151 rootDir = os.path.join(WORKDIR, '_root')
1186 shellQuote(WORKDIR)[1:-1],))[PYTHON_3],
1188 shellQuote(WORKDIR)[1:-1],))[internalTk()],
1190 shellQuote(WORKDIR)[1:-1],))[internalTk()],
1191 shellQuote(WORKDIR)[1:-1],
1192 shellQuote(WORKDIR)[1:-1]))
1209 os.path.join(WORKDIR, 'libraries', 'usr', 'local', 'lib'),
1245 if os.path.exists(os.path.join(WORKDIR, 'libraries', 'Library')):
1247 WORKDIR, 'libraries', 'Library', 'Frameworks',
1250 WORKDIR, '_root', 'Library', 'Frameworks',
1331 include_path = '-I%s/libraries/usr/local/include' % (WORKDIR,)
1332 lib_path = '-L%s/libraries/usr/local/lib' % (WORKDIR,)
1464 srcdir = os.path.join(WORKDIR, '_root', srcdir[1:])
1560 for dirpath, _, filenames in os.walk(os.path.join(WORKDIR, '_root')):
1565 outdir = os.path.join(WORKDIR, 'installer')
1605 shellQuote(os.path.join(WORKDIR, '_root'))))
1614 outdir = os.path.join(WORKDIR, 'diskimage')
1642 shellQuote(os.path.join(WORKDIR, 'installer')),
1656 if not os.path.exists(os.path.join(WORKDIR, "mnt")):
1657 os.mkdir(os.path.join(WORKDIR, "mnt"))
1659 shellQuote(imagepath + ".tmp.dmg"), shellQuote(os.path.join(WORKDIR, "mnt"))))
1663 os.path.join(WORKDIR, "mnt", volname, ".VolumeIcon.icns"))
1665 shellQuote(os.path.join(WORKDIR, "mnt", volname)),))
1667 runCommand("hdiutil detach %s"%(shellQuote(os.path.join(WORKDIR, "mnt", volname))))
1707 if os.path.exists(WORKDIR):
1708 shutil.rmtree(WORKDIR)
1709 os.mkdir(WORKDIR)
1730 folder = os.path.join(WORKDIR, "_root", "Applications", "Python %s"%(
1748 os.path.join(WORKDIR, 'installer', 'ReadMe.rtf'))
1752 os.path.join(WORKDIR, 'installer', 'License.rtf'))
1754 fp = open(os.path.join(WORKDIR, 'installer', 'Build.txt'), 'w')