From d9ce39dc753fdac4ecf16efd2e92379fb07cfef6 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 18 Sep 2008 20:30:56 +0000 Subject: Add configuration Makefile fragment. svn path=/trunk/hubbub/; revision=5373 --- build/Makefile.common | 3 +++ build/Makefile.config | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 build/Makefile.config (limited to 'build') diff --git a/build/Makefile.common b/build/Makefile.common index f26dac6..4787fb0 100644 --- a/build/Makefile.common +++ b/build/Makefile.common @@ -24,6 +24,9 @@ TARGET_TESTS := # Source files SOURCES := +# Include configuration Makefile fragment +include build/Makefile.config + # Include Makefile fragments in subdirectories define do_include diff --git a/build/Makefile.config b/build/Makefile.config new file mode 100644 index 0000000..1d27350 --- /dev/null +++ b/build/Makefile.config @@ -0,0 +1,4 @@ +# Configuration Makefile fragment + +# Cater for local configuration changes +-include build/Makefile.config.override -- cgit v1.2.3