8140277: Configuration out-of-date check should also check closed sources
Reviewed-by: erikj
This commit is contained in:
parent
76b98b17f4
commit
a6bb026e2f
@ -137,7 +137,9 @@ ifeq ($(HAS_SPEC),)
|
||||
|
||||
# The spec files depend on the autoconf source code. This check makes sure
|
||||
# the configuration is up to date after changes to configure.
|
||||
$(SPECS): $(wildcard $(topdir)/common/autoconf/*)
|
||||
CUSTOM_CONFIG_DIR ?= $(topdir)/closed/autoconf
|
||||
|
||||
$(SPECS): $(wildcard $(topdir)/common/autoconf/*) $(wildcard $(CUSTOM_CONFIG_DIR)/*)
|
||||
ifeq ($(CONF_CHECK), fail)
|
||||
@echo "Error: The configuration is not up to date for '$(lastword $(subst /, , $(dir $@)))'."
|
||||
$(call PrintConfCheckFailed)
|
||||
|
Loading…
Reference in New Issue
Block a user