From 61b1fe43bbd1634605c34f34c25e77ab03356da0 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 25 Dec 2018 04:16:05 -0500 Subject: 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. --- sofort/cfgdefs.in | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sofort/cfgdefs.in (limited to 'sofort') 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. -- cgit v1.2.3