mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge "build_system: Prevent goals needing makeopts from running when it's missing" into 13
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user