summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-11 16:01:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-11 16:01:37 +0200
commitbd616bc34bf65a702b2eea3062688c76e1505e77 (patch)
treec342c14754a9545d573f38774de904edf3d07661 /build
parentcc62c09409021582d8b5ffe3b5c9d393524fd260 (diff)
Remove support for the dist target
Diffstat (limited to 'build')
-rw-r--r--build/bootstrap.make11
1 files changed, 0 insertions, 11 deletions
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