fix bootstraping issue on x-compile
This commit is contained in:
parent
3276baaf5e
commit
7c64dd40b7
2 changed files with 5 additions and 4 deletions
5
Makefile
5
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue