Enable passing options to make in generic_build()

This commit is contained in:
Tom G. Christensen 2019-05-30 11:11:57 +02:00
parent fe7f6cb97e
commit d38443871c

View File

@ -861,7 +861,7 @@ generic_build()
if [ $? -ne 0 ]; then
error $E_BAD_CONFIG generic_build
fi
${__make} $(_upls $make_build_target)
${__make} ${make_build_opts} $(_upls $make_build_target)
if [ $? -ne 0 ]; then
error $E_BAD_MAKE generic_build
fi