From 8d488bafe5d1aac82018e7b12e5ecaab5ede5342 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 5 Feb 2012 22:54:18 -0600 Subject: another tweak to bootstrap handling --- tail_build/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tail_build') 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 -- cgit