Enable passing options to make in generic_build()
This commit is contained in:
@@ -861,7 +861,7 @@ generic_build()
|
|||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
error $E_BAD_CONFIG generic_build
|
error $E_BAD_CONFIG generic_build
|
||||||
fi
|
fi
|
||||||
${__make} $(_upls $make_build_target)
|
${__make} ${make_build_opts} $(_upls $make_build_target)
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
error $E_BAD_MAKE generic_build
|
error $E_BAD_MAKE generic_build
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user