diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-11-29 12:58:35 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-11-29 12:59:12 +0100 |
commit | a212733b19f0a58d729cc9ce5f55bf1b1a6a0453 (patch) | |
tree | 0290c7a863bda2cbd5ce96218add4b8f9ed92c3b /Makefile.top | |
parent | 6e6b3f3f1d001fc8cad16039585878b6d27c26a4 (diff) |
sigh, demote to a warn again, as otherwise we might run into caching issues
Diffstat (limited to 'Makefile.top')
-rw-r--r-- | Makefile.top | 2 |
1 files changed, 1 insertions, 1 deletions
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 |