summaryrefslogtreecommitdiff
path: root/tail_build/Makefile
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-02-06 19:07:47 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-02-06 19:08:03 -0600
commit2bf1a98da8a5bf0e8a0f28c0f2d8846dc17970d4 (patch)
tree50bba63941bd125920cc1668d1b60477da895052 /tail_build/Makefile
parented3a7c0774220894b4b48b4f9cc29a73e472cd06 (diff)
have make check working again. clean-up the whole STAGE stuff
Diffstat (limited to 'tail_build/Makefile')
-rw-r--r--tail_build/Makefile7
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))