diff options
author | midipix <writeonce@midipix.org> | 2018-12-31 12:49:09 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-31 12:50:50 -0500 |
commit | bb7ca4c487c5136e02316f408bb9da6e2a1767e6 (patch) | |
tree | 6db2a6f2de8351a677bd73cfeb2d756e88335445 | |
parent | 8c2d939bc988993545257f3fa9cded988965698d (diff) | |
download | pemagine-bb7ca4c487c5136e02316f408bb9da6e2a1767e6.tar.bz2 pemagine-bb7ca4c487c5136e02316f408bb9da6e2a1767e6.tar.xz |
build system: configure: support a simple, project-specific cfgdefs.in.
-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 |