net-tools: Remove custom termux_step_make

This commit is contained in:
Fredrik Fornwall 2017-04-09 22:22:02 +02:00
parent b6d05a89e7
commit 3644a36bda

View File

@ -14,10 +14,6 @@ termux_step_configure () {
yes "" | make config || true
}
termux_step_make () {
make -j5 $TERMUX_PKG_EXTRA_MAKE_ARGS
}
termux_step_make_install () {
make $TERMUX_PKG_EXTRA_MAKE_ARGS update
}