summaryrefslogtreecommitdiff
path: root/solenv/gbuild/source_and_rerun.mk
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/gbuild/source_and_rerun.mk')
-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 && \