diff options
author | midipix <writeonce@midipix.org> | 2021-05-23 16:41:08 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-23 16:42:12 +0000 |
commit | a906336307eee1fbe60152d799deacc0d6179288 (patch) | |
tree | 029d4263f5c4815bc2e74241c886e2dfcc8ae563 | |
parent | 2fad3a96ffc56ab4d63e584c0a0f80bd9fc63f8e (diff) | |
download | ntcon-a906336307eee1fbe60152d799deacc0d6179288.tar.bz2 ntcon-a906336307eee1fbe60152d799deacc0d6179288.tar.xz |
build system: configure: support project-specific make-file templates.
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -804,6 +804,12 @@ config_custom() eval config_custom_cfgdefs "$mb_custom_cfgdefs_args" output_section_break + + if [ -f "$mb_project_dir/project/config/Makefile.in" ]; then + config_copy "$mb_project_dir/project/config/Makefile.in" + mv $mb_pwd/Makefile.tmp Makefile + fi + config_copy fi |