From bd616bc34bf65a702b2eea3062688c76e1505e77 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 11 Oct 2009 16:01:37 +0200 Subject: Remove support for the dist target --- build/bootstrap.make | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'build') diff --git a/build/bootstrap.make b/build/bootstrap.make index 3bb9d7e..684eaa1 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -30,25 +30,14 @@ ifdef %interactive% .PHONY: test $(out_base)/.test \ install $(out_base)/.install \ - dist $(out_base)/.dist \ clean $(out_base)/.clean test: $(out_base)/.test install: $(out_base)/.install -dist: $(out_base)/.dist clean: $(out_base)/.clean endif - -# Make sure the distribution prefix is set if the goal is dist. -# -ifneq ($(filter $(MAKECMDGOALS),dist),) -ifeq ($(dist_prefix),) -$(error dist_prefix is not set) -endif -endif - # If we don't have dependency auto-generation then we need to manually # make sure that CLI files are compiled before C++ file. To do this we # make the object files ($2) depend in order-only on generated files -- cgit v1.1