diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-05 22:54:18 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-05 22:54:35 -0600 |
commit | 8d488bafe5d1aac82018e7b12e5ecaab5ede5342 (patch) | |
tree | 6042a97ceb67d0f380d66c823b94e72ef0571124 /tail_build | |
parent | fb78dbcdc5a76997856285af3b041ffd087c40a5 (diff) |
another tweak to bootstrap handling
Diffstat (limited to 'tail_build')
-rw-r--r-- | tail_build/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tail_build/Makefile b/tail_build/Makefile index 4ee91d83dfa2..d89204e9e100 100644 --- a/tail_build/Makefile +++ b/tail_build/Makefile @@ -31,6 +31,12 @@ ifeq ($(strip $(SOLARENV)),) include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/../config_host.mk endif +$(WORKDIR)/bootstrap: + @cd $(SRC_ROOT) && ./bootstrap + @mkdir -p $(dir $@) && touch $@ + +bootstrap: $(WORKDIR)/bootstrap + gb_SourceEnvAndRecurse_STAGE=gbuild include $(SOLARENV)/gbuild/gbuild.mk |