Kaydet (Commit) 7c64dd40 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

fix bootstraping issue on x-compile

üst 3276baaf
......@@ -352,11 +352,8 @@ config_host.mk : config_host.mk.in bin/repo-list.in ooo.lst.in configure.in auto
#
# Bootstap
#
$(WORKDIR)/bootstrap: autogen
@cd $(SRCDIR) && ./bootstrap
@mkdir -p $(dir $@) && touch $@
bootstrap: $(WORKDIR)/bootstrap autogen
bootstrap: $(WORKDIR)/bootstrap
#
# Fetch
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment