• Home
  • Raw
  • Download

Lines Matching refs:runCommand

512 def runCommand(commandline):  function
847 runCommand(" ".join(["perl", "Configure"]
849 runCommand("make depend")
850 runCommand("make all")
851 runCommand("make install_sw DESTDIR=%s"%shellQuote(archbase))
907 runCommand("lipo -create -output " +
972 runCommand('patch -p%s < %s'%(recipe.get('patchlevel', 1),
984 runCommand('bunzip2 -fk %s' % shellQuote(fn))
986 runCommand('sh %s' % shellQuote(fn))
1038 runCommand(' '.join(configure_args) + ' 2>&1')
1046 runCommand('{ ' + install + ' ;} 2>&1')
1079 runCommand('make clean')
1094 runCommand('tar xjf %s'%shellQuote(os.path.join(DEPSRC, doctarfile)))
1109 runCommand('make venv')
1110 runCommand('make html PYTHON=venv/bin/python')
1140 runCommand("%s -C --enable-framework --enable-universalsdk=/ "
1200 runCommand(make_cmd)
1206 runCommand(make_cmd)
1212 runCommand(make_cmd)
1224 runCommand("mv %s/pkgconfig/* %s/pkgconfig"%(
1227 runCommand("rm -r %s/pkgconfig"%(
1229 runCommand("mv %s/* %s"%(
1445runCommand("pax -wf %s . 2>&1"%(shellQuote(os.path.join(packageContents, 'Archive.pax')),))
1446runCommand("gzip -9 %s 2>&1"%(shellQuote(os.path.join(packageContents, 'Archive.pax')),))
1447runCommand("mkbom . %s 2>&1"%(shellQuote(os.path.join(packageContents, 'Archive.bom')),))
1650 runCommand("hdiutil attach %s -mountroot %s"%(
1656 runCommand("SetFile -a C %s/"%(
1659 runCommand("hdiutil detach %s"%(shellQuote(os.path.join(WORKDIR, "mnt", volname))))
1662 runCommand("hdiutil convert %s -format UDZO -o %s"%(
1684 runCommand("cc -o %s %s/seticon.m -framework Cocoa"%(
1687 runCommand("%s %s %s"%(shellQuote(os.path.abspath(toolPath)), shellQuote(icnsPath),