summaryrefslogtreecommitdiff
path: root/Makefile.top
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-11-29 12:30:04 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-11-29 12:31:46 +0100
commitaedac4f3827b82cf129a575cbf35c9737fab603a (patch)
tree4eab23983a5fee7548260bcdae8e601b430c97eb /Makefile.top
parent3b28e82a9423a045cc3381206de5d60cc132586f (diff)
a module is either dmake or gbuild, so error out now
Diffstat (limited to 'Makefile.top')
-rw-r--r--Makefile.top2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.top b/Makefile.top
index f2ae0c334954..a281f10555df 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -37,7 +37,7 @@ $(WORKDIR)/modules.mk:
include $(WORKDIR)/modules.mk
include $(SRCDIR)/solenv/gbuild/Output.mk
-$(if $(filter $(gbuild_modules),$(dmake_modules)),$(eval $(call gb_Output_info,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_error,The following modules claim to be both dmake and gbuild: $(filter $(gbuild_modules),$(dmake_modules)))))
export gb_TAILBUILDTARGET=all slowcheck