diff options
author | midipix <writeonce@midipix.org> | 2018-12-31 12:49:09 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-31 12:50:49 -0500 |
commit | a380a32fb2ec811e4bd5db299dcda0887cebfd9c (patch) | |
tree | 465068d609a250a05ab8cff4345878624dd85f9e | |
parent | 1392364e100142133f202a50fd3bcdfd8bbaa61e (diff) | |
download | apimagic-a380a32fb2ec811e4bd5db299dcda0887cebfd9c.tar.bz2 apimagic-a380a32fb2ec811e4bd5db299dcda0887cebfd9c.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 |