Merge "build_system: Prevent goals needing makeopts from running when it's missing"

This commit is contained in:
Joshua Colp 2016-01-29 08:06:22 -06:00 committed by Gerrit Code Review
commit 9a67730d79

View file

@ -100,7 +100,10 @@ export LDCONFIG
export LDCONFIG_FLAGS
export PYTHON
-include makeopts
# makeopts is required unless the goal is clean or distclean
ifeq ($(findstring clean,$(MAKECMDGOALS)),)
include makeopts
endif
# start the primary CFLAGS and LDFLAGS with any that were provided
# to the configure script