fix bootstraping issue on x-compile

This commit is contained in:
Norbert Thiebaud 2012-02-03 21:01:18 -06:00
parent 3276baaf5e
commit 7c64dd40b7
2 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -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