summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-02-03 21:01:18 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-02-05 19:34:08 -0600
commit7c64dd40b77eaebd9a025b746dd0487a5c7eb613 (patch)
tree127604027b03a0eaca496946417e123cdacc7bac /solenv
parentfix the autogen.sh final message, to give proper build instructions (diff)
downloadcore-7c64dd40b77eaebd9a025b746dd0487a5c7eb613.tar.gz
core-7c64dd40b77eaebd9a025b746dd0487a5c7eb613.zip
fix bootstraping issue on x-compile
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/extensions/post_BuildplTargets.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/solenv/gbuild/extensions/post_BuildplTargets.mk b/solenv/gbuild/extensions/post_BuildplTargets.mk
index 2149f4d1fd42..332e0d4ded09 100644
--- a/solenv/gbuild/extensions/post_BuildplTargets.mk
+++ b/solenv/gbuild/extensions/post_BuildplTargets.mk
@@ -27,6 +27,10 @@
.PHONY: cross-build-toolset dev-install build findunusedcode
+$(WORKDIR)/bootstrap:
+ @cd $(SRCDIR) && ./bootstrap
+ @mkdir -p $(dir $@) && touch $@
+
ifeq ($(gb_SourceEnvAndRecurse_STAGE),buildpl)
.DEFAULT_GOAL=all