• Home
  • Raw
  • Download

Lines Matching refs:runCommand

543 def runCommand(commandline):  function
878 runCommand(" ".join(["perl", "Configure"]
880 runCommand("make depend")
881 runCommand("make all")
882 runCommand("make install_sw DESTDIR=%s"%shellQuote(archbase))
938 runCommand("lipo -create -output " +
1003 runCommand('patch -p%s < %s'%(recipe.get('patchlevel', 1),
1015 runCommand('bunzip2 -fk %s' % shellQuote(fn))
1017 runCommand('sh %s' % shellQuote(fn))
1069 runCommand(' '.join(configure_args) + ' 2>&1')
1077 runCommand('{ ' + install + ' ;} 2>&1')
1110 runCommand('make clean')
1125 runCommand('tar xjf %s'%shellQuote(os.path.join(DEPSRC, doctarfile)))
1140 runCommand('make venv')
1141 runCommand('venv/bin/python3 -m pip install -U Sphinx==2.3.1')
1142 runCommand('make html PYTHON=venv/bin/python')
1172 runCommand("%s -C --enable-framework --enable-universalsdk=/ "
1230 runCommand(make_cmd)
1236 runCommand(make_cmd)
1242 runCommand(make_cmd)
1254 runCommand("mv %s/pkgconfig/* %s/pkgconfig"%(
1257 runCommand("rm -r %s/pkgconfig"%(
1259 runCommand("mv %s/* %s"%(
1475runCommand("pax -wf %s . 2>&1"%(shellQuote(os.path.join(packageContents, 'Archive.pax')),))
1476runCommand("gzip -9 %s 2>&1"%(shellQuote(os.path.join(packageContents, 'Archive.pax')),))
1477runCommand("mkbom . %s 2>&1"%(shellQuote(os.path.join(packageContents, 'Archive.bom')),))
1658 runCommand("hdiutil attach %s -mountroot %s"%(
1664 runCommand("SetFile -a C %s/"%(
1667 runCommand("hdiutil detach %s"%(shellQuote(os.path.join(WORKDIR, "mnt", volname))))
1670 runCommand("hdiutil convert %s -format UDZO -o %s"%(
1692 runCommand("cc -o %s %s/seticon.m -framework Cocoa"%(
1695 runCommand("%s %s %s"%(shellQuote(os.path.abspath(toolPath)), shellQuote(icnsPath),