From 2bf1a98da8a5bf0e8a0f28c0f2d8846dc17970d4 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Mon, 6 Feb 2012 19:07:47 -0600 Subject: have make check working again. clean-up the whole STAGE stuff --- tail_build/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tail_build/Makefile') 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)) -- cgit v1.2.3