Lines Matching refs:runCommand
495 def runCommand(commandline): function
614 runCommand('sphinx-build --version')
831 runCommand(
834 runCommand(" ".join(["perl", "Configure"]
836 runCommand("make depend")
837 runCommand("make all")
838 runCommand("make install_sw")
894 runCommand("lipo -create -output " +
959 runCommand('patch -p%s < %s'%(recipe.get('patchlevel', 1),
971 runCommand('bunzip2 -fk %s' % shellQuote(fn))
973 runCommand('sh %s' % shellQuote(fn))
1025 runCommand(' '.join(configure_args) + ' 2>&1')
1033 runCommand('{ ' + install + ' ;} 2>&1')
1066 runCommand('make clean')
1070 runCommand('make html')
1073 runCommand('make venv')
1074 runCommand('make html PYTHON=venv/bin/python')
1107 runCommand("%s -C --enable-framework --enable-universalsdk=/ "
1144 runCommand(make_cmd)
1147 runCommand("make install DESTDIR=%s"%(
1151 runCommand("make frameworkinstallextras DESTDIR=%s"%(
1165 runCommand("mv %s/pkgconfig/* %s/pkgconfig"%(
1168 runCommand("rm -r %s/pkgconfig"%(
1170 runCommand("mv %s/* %s"%(
1384 … runCommand("pax -wf %s . 2>&1"%(shellQuote(os.path.join(packageContents, 'Archive.pax')),))
1385 … runCommand("gzip -9 %s 2>&1"%(shellQuote(os.path.join(packageContents, 'Archive.pax')),))
1386 … runCommand("mkbom . %s 2>&1"%(shellQuote(os.path.join(packageContents, 'Archive.bom')),))
1535 runCommand("hdiutil create -format UDRW -volname %s -srcfolder %s %s"%(
1547 runCommand("hdiutil attach %s -mountroot %s"%(
1553 runCommand("SetFile -a C %s/"%(
1556 runCommand("hdiutil detach %s"%(shellQuote(os.path.join(WORKDIR, "mnt", volname))))
1559 runCommand("hdiutil convert %s -format UDZO -o %s"%(
1581 runCommand("cc -o %s %s/seticon.m -framework Cocoa"%(
1584 runCommand("%s %s %s"%(shellQuote(os.path.abspath(toolPath)), shellQuote(icnsPath),