summaryrefslogtreecommitdiffhomepage
path: root/sofort
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-25 04:16:05 -0500
committermidipix <writeonce@midipix.org>2018-12-25 05:06:15 -0500
commite96390a4352a39c3b5f1b94ffba8b3b558856fac (patch)
tree576421eae387cf68b7cfb7ea81bb48a46ac90ccf /sofort
parentc9afcfe8d7121d8d82e0fdd2d97c022a5e5b6955 (diff)
downloadsofort-e96390a4352a39c3b5f1b94ffba8b3b558856fac.tar.bz2
sofort-e96390a4352a39c3b5f1b94ffba8b3b558856fac.tar.xz
build system: Makefile.in: always include cfgdefs.mk & usrdefs.mk.
The purpose of this commit is twofold; from the user's perspective, this provides a consistent experience whenever building a sofort-based project; and from the developer's perspective, this provides an easy way to test cfgdefs.mk even before the writing and/or integration of cfgdefs.sh.
Diffstat (limited to 'sofort')
-rw-r--r--sofort/cfgdefs.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/sofort/cfgdefs.in b/sofort/cfgdefs.in
new file mode 100644
index 0000000..4627d90
--- /dev/null
+++ b/sofort/cfgdefs.in
@@ -0,0 +1,5 @@
+# changes made to this file will be gone the next time
+# you run ./configure.
+
+# for persistent post-configure, ad-hoc changes to the
+# build project, use usrdefs.mk instead.