Loading core/main.mk +3 −0 Original line number Diff line number Diff line Loading @@ -1198,6 +1198,9 @@ ifneq ($(filter all,$(MAKECMDGOALS)),) modules_to_check += $(foreach m,$(ALL_MODULES),$(ALL_MODULES.$(m).BUILT)) endif # Build docs as part of checkbuild to catch more breakages. module_to_check += $(ALL_DOCS) # for easier debugging modules_to_check := $(sort $(modules_to_check)) #$(error modules_to_check $(modules_to_check)) Loading Loading
core/main.mk +3 −0 Original line number Diff line number Diff line Loading @@ -1198,6 +1198,9 @@ ifneq ($(filter all,$(MAKECMDGOALS)),) modules_to_check += $(foreach m,$(ALL_MODULES),$(ALL_MODULES.$(m).BUILT)) endif # Build docs as part of checkbuild to catch more breakages. module_to_check += $(ALL_DOCS) # for easier debugging modules_to_check := $(sort $(modules_to_check)) #$(error modules_to_check $(modules_to_check)) Loading