From 9bd4bd9addfab66088840d71d178cbf0ce82d5a7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 29 Sep 2009 07:37:02 +0200 Subject: Add support for including bundled build --- build/bootstrap.make | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'build') diff --git a/build/bootstrap.make b/build/bootstrap.make index c91578b..6fac682 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -5,7 +5,16 @@ project_name := XSD -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 # Configuration # -- cgit v1.1