From b86ff09a9900ed196010c5feba8b2cfc0a877aae Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 2 Aug 2009 19:15:07 +0200 Subject: Add support for bundling of the build distribution --- build/bootstrap.make | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'build') diff --git a/build/bootstrap.make b/build/bootstrap.make index 1df57a6..2dbbde3 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -5,8 +5,16 @@ project_name := CLI -include build-0.3/bootstrap.make +# First try to include the bundled bootstrap.make if it exist. If that +# fails, let make search for the external bootstrap.make. +# +build := build-0.3 + +-include $(dir $(lastword $(MAKEFILE_LIST)))$(build)/bootstrap.make +ifeq ($(patsubst %build/bootstrap.make,,$(lastword $(MAKEFILE_LIST))),) +include $(build)/bootstrap.make +endif # Aliases # -- cgit v1.1