commit a3fe7833553c50d76e3097abcdf324389d06e36d
parent d6f63014eebda55c0596d7467fb9a201559f5bfa
Author: Daniel Bainton <dpb@driftaway.org>
Date: Fri, 4 Apr 2014 12:34:43 +0100
Support changing the config.mk file with an env var
Diffstat:
5 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/mk.3rdparty b/mk.3rdparty
@@ -1,4 +1,4 @@
-<$mkbuild/config.mk
+<$mkbuild/mk.config
all:QV: build
diff --git a/mk.common b/mk.common
@@ -1,4 +1,4 @@
-<$mkbuild/config.mk
+<$mkbuild/mk.config
<$mkbuild/mk.build
<$mkbuild/mk.install
<$mkbuild/mk.clean
diff --git a/mk.common-noinst b/mk.common-noinst
@@ -1,4 +1,4 @@
-<$mkbuild/config.mk
+<$mkbuild/mk.config
<$mkbuild/mk.build
<$mkbuild/mk.clean
diff --git a/mk.config b/mk.config
@@ -0,0 +1,2 @@
+CONFIGMK = $mkbuild/config.mk
+<$CONFIGMK
+\ No newline at end of file
diff --git a/mk.parent b/mk.parent
@@ -1,4 +1,4 @@
-<$mkbuild/config.mk
+<$mkbuild/mk.config
all:QV: $TARG