summaryrefslogtreecommitdiff
path: root/tail_build
diff options
context:
space:
mode:
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