summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-12-02 14:49:29 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-12-07 15:53:04 +0100
commitf58b0018e47aa1500f5cb7227f8b6ccaf2d5bec9 (patch)
treefb42b4394d4e5621a9eca82535d109ea79a08a15 /solenv
parenta7c567ad15e3a8e4f383b34d4a3fc1601ba331a0 (diff)
silent recurse
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/source_and_rerun.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/source_and_rerun.mk b/solenv/gbuild/source_and_rerun.mk
index 46e6d43fe040..a2aaea0687a6 100644
--- a/solenv/gbuild/source_and_rerun.mk
+++ b/solenv/gbuild/source_and_rerun.mk
@@ -20,7 +20,7 @@ gb_SourceEnvAndRecurse_buildpl=$(call gb_SourceEnvAndRecurse_recurse,$(MAKECMDGO
endif
source-env-and-recurse:
- $(gb_SourceEnvAndRecurse_reconfigure) && \
+ @$(gb_SourceEnvAndRecurse_reconfigure) && \
if test -f $(SRCDIR)/config.mk ; then . $(SRCDIR)/config.mk; fi && \
if test -f $(SRCDIR)/Env.Host.sh; then . $(SRCDIR)/Env.Host.sh; fi && \
if test -z "$${SOLARENV}"; then echo "no configuration found and could not create one" && exit 1; fi && \