summaryrefslogtreecommitdiff
path: root/tail_build
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-02-05 22:54:18 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-02-05 22:54:35 -0600
commit8d488bafe5d1aac82018e7b12e5ecaab5ede5342 (patch)
tree6042a97ceb67d0f380d66c823b94e72ef0571124 /tail_build
parentfb78dbcdc5a76997856285af3b041ffd087c40a5 (diff)
another tweak to bootstrap handling
Diffstat (limited to 'tail_build')
-rw-r--r--tail_build/Makefile6
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