Commit 662ce53a authored by Vitaly Lipatov's avatar Vitaly Lipatov

jmake: drop docmd

parent 96eb7a32
#!/bin/sh
#!/bin/bash
# load common functions, compatible with local and installed script
. `dirname $0`/../share/eterbuild/functions/common
......@@ -22,4 +22,4 @@ MAKEARG="-j$NPROCS"
#make $MAKEARG "CC=$CC" "CXX=$CXX" "CPP=$CPP" "CXXCPP=$CXXCPP" $@
cd_to_realcwd
docmd $NICE time -p make $MAKEARG $@
$NICE time -p make $MAKEARG "$@"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment