diff options
Diffstat (limited to 'tail_build/Makefile')
-rw-r--r-- | tail_build/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tail_build/Makefile b/tail_build/Makefile index d89204e9e100..02ab2a4ed86c 100644 --- a/tail_build/Makefile +++ b/tail_build/Makefile @@ -31,13 +31,6 @@ 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 $(eval $(call gb_Module_make_global_targets,$(SRCDIR)/Module_tail_build.mk)) |