Skip to content
Snippets Groups Projects
Commit 9a67730d authored by Joshua Colp's avatar Joshua Colp Committed by Gerrit Code Review
Browse files

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

parents 51547175 c53903d4
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment