From a212733b19f0a58d729cc9ce5f55bf1b1a6a0453 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Thu, 29 Nov 2012 12:58:35 +0100 Subject: [PATCH] sigh, demote to a warn again, as otherwise we might run into caching issues --- Makefile.top | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.top b/Makefile.top index 96eab1cc3127..4ecb43578ec6 100644 --- a/Makefile.top +++ b/Makefile.top @@ -37,7 +37,7 @@ $(WORKDIR)/modules.mk: $(wildcard */Module_*.mk) $(wildcard */prj/dmake) $(SRCDI include $(WORKDIR)/modules.mk include $(SRCDIR)/solenv/gbuild/Output.mk -$(if $(filter $(gbuild_modules),$(dmake_modules)),$(eval $(call gb_Output_error,The following modules claim to be both dmake and gbuild: $(filter $(gbuild_modules),$(dmake_modules))))) +$(if $(filter $(gbuild_modules),$(dmake_modules)),$(eval $(call gb_Output_warn,The following modules claim to be both dmake and gbuild: $(filter $(gbuild_modules),$(dmake_modules))))) export gb_TAILBUILDTARGET=all slowcheck