| NUMCPUS=`../../../Tools/Scripts/num-cpus` |
| XSRCROOT=`realpath "$XSRCROOT"` |
| # Do a little dance to get the path into 8.3 form to make it safe for gnu make |
| # http://bugzilla.opendarwin.org/show_bug.cgi?id=8173 |
| XSRCROOT=`cygpath -m "$XSRCROOT"` |
| XSRCROOT=`cygpath -u "$XSRCROOT"` |
| export SOURCE_ROOT=$XSRCROOT |
| # Do a little dance to get the path into 8.3 form to make it safe for gnu make |
| # http://bugzilla.opendarwin.org/show_bug.cgi?id=8173 |
| XDSTROOT=`cygpath -m -s "$XDSTROOT"` |
| XDSTROOT=`cygpath -u "$XDSTROOT"` |
| # Do a little dance to get the path into 8.3 form to make it safe for gnu make |
| # http://bugzilla.opendarwin.org/show_bug.cgi?id=8173 |
| SDKROOT=`cygpath -m -s "$SDKROOT"` |
| SDKROOT=`cygpath -u "$SDKROOT"` |
| export BUILT_PRODUCTS_DIR="$XDSTROOT/obj${3}/JavaScriptCore" |
| mkdir -p "${BUILT_PRODUCTS_DIR}/DerivedSources" |
| cd "${BUILT_PRODUCTS_DIR}/DerivedSources" |
| export JavaScriptCore="${XSRCROOT}" |
| export DFTABLES_EXTENSION=".exe" |
| make -f "$JavaScriptCore/DerivedSources.make" -j ${NUMCPUS} || exit 1 |