Lines Matching refs:runCommand

511 def runCommand(commandline):
856 runCommand(" ".join(["perl", "Configure"]
858 runCommand("make depend")
859 runCommand("make all")
860 runCommand("make install_sw DESTDIR=%s"%shellQuote(archbase))
861 # runCommand("make test")
916 runCommand("lipo -create -output " +
981 runCommand('patch -p%s < %s'%(recipe.get('patchlevel', 1),
993 runCommand('bunzip2 -fk %s' % shellQuote(fn))
995 runCommand('sh %s' % shellQuote(fn))
1047 runCommand(' '.join(configure_args) + ' 2>&1')
1055 runCommand('{ ' + install + ' ;} 2>&1')
1088 runCommand('make clean')
1103 runCommand('tar xjf %s'%shellQuote(os.path.join(DEPSRC, doctarfile)))
1118 runCommand('make venv')
1119 runCommand('make html PYTHON=venv/bin/python')
1149 runCommand("%s -C --enable-framework --enable-universalsdk=/ "
1209 runCommand(make_cmd)
1215 runCommand(make_cmd)
1221 runCommand(make_cmd)
1233 runCommand("mv %s/pkgconfig/* %s/pkgconfig"%(
1236 runCommand("rm -r %s/pkgconfig"%(
1238 runCommand("mv %s/* %s"%(
1454 runCommand("pax -wf %s . 2>&1"%(shellQuote(os.path.join(packageContents, 'Archive.pax')),))
1455 runCommand("gzip -9 %s 2>&1"%(shellQuote(os.path.join(packageContents, 'Archive.pax')),))
1456 runCommand("mkbom . %s 2>&1"%(shellQuote(os.path.join(packageContents, 'Archive.bom')),))
1659 runCommand("hdiutil attach %s -mountroot %s"%(
1665 runCommand("SetFile -a C %s/"%(
1668 runCommand("hdiutil detach %s"%(shellQuote(os.path.join(WORKDIR, "mnt", volname))))
1671 runCommand("hdiutil convert %s -format UDZO -o %s"%(
1693 runCommand("cc -o %s %s/seticon.m -framework Cocoa"%(
1696 runCommand("%s %s %s"%(shellQuote(os.path.abspath(toolPath)), shellQuote(icnsPath),