diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 07:34:30 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 14:37:24 +0000 |
commit | e80bfd0343ac8b6fb24f194b39404a76963a9131 (patch) | |
tree | a8e55297f3800537c413cf23a8324ec39251f903 /configure | |
parent | 9b990580cdd227afe9f54bf83405ac0fabc4d5c1 (diff) | |
download | bfirm-e80bfd0343ac8b6fb24f194b39404a76963a9131.tar.bz2 bfirm-e80bfd0343ac8b6fb24f194b39404a76963a9131.tar.xz |
build system: configure: make the cfgtest framework available to ccenv.sh.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -151,6 +151,9 @@ init_vars() eval "$mb_expr" done + # cfgtest + . $mb_project_dir/sofort/cfgtest/cfgtest.sh + # ccenv . $mb_project_dir/sofort/ccenv/ccenv.sh |