diff options
author | midipix <writeonce@midipix.org> | 2018-12-31 12:49:09 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-31 12:50:51 -0500 |
commit | 44654b09c39f0817301e57fb4c38347cb09a4ab6 (patch) | |
tree | 2215b310e8d235aba3a0299406380f36d8978416 /configure | |
parent | 34c1af8c9ef246e847f7a75319dd2125ff783206 (diff) | |
download | sbpython3-44654b09c39f0817301e57fb4c38347cb09a4ab6.tar.bz2 sbpython3-44654b09c39f0817301e57fb4c38347cb09a4ab6.tar.xz |
build system: configure: support a simple, project-specific cfgdefs.in.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -97,6 +97,10 @@ init_vars() 'a custom config step.' \ > cfgdefs.mk cat $mb_project_dir/sofort/cfgdefs.in >> cfgdefs.mk + + if [ -f $mb_project_dir/project/cfgdefs.in ]; then + cat $mb_project_dir/project/cfgdefs.in >> cfgdefs.mk + fi fi # user build-time overrides |