Return to rc.3thparty_helper CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / elwix / config |
version 1.3.2.3, 2017/08/22 14:36:56 | version 1.3.2.4, 2017/10/08 09:54:58 |
---|---|
Line 143 case $CMD in | Line 143 case $CMD in |
;; | ;; |
iperf) | iperf) |
cd ${ADDSRC}/iperf | cd ${ADDSRC}/iperf |
./configure --disable-silent-rules ${PFX} || exit 1 | ./configure ${PFX} || exit 1 |
${MK} clean || exit 1 | ${MK} clean || exit 1 |
${MK} || exit 1 | ${MK} || exit 1 |
${MK} install || exit 1 | ${MK} install || exit 1 |