summaryrefslogtreecommitdiffhomepage
path: root/sofort/ccenv
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-05 17:11:47 +0000
committermidipix <writeonce@midipix.org>2021-06-05 17:16:23 +0000
commit55da10c8d7908ffa1829a2fcabc51c05ce4b8fb5 (patch)
tree3bfa6bdce3c4486f576e3c46298e133460150a10 /sofort/ccenv
parent9f90d02613a2badfd4d14ba18f6b0e2620e24fbc (diff)
downloadperk-55da10c8d7908ffa1829a2fcabc51c05ce4b8fb5.tar.bz2
perk-55da10c8d7908ffa1829a2fcabc51c05ce4b8fb5.tar.xz
build system: ccenv: ccenv_output_defs(): properly handle m4 comment lines.
Diffstat (limited to 'sofort/ccenv')
-rw-r--r--sofort/ccenv/ccenv.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh
index f05ff49..d1d6085 100644
--- a/sofort/ccenv/ccenv.sh
+++ b/sofort/ccenv/ccenv.sh
@@ -1390,12 +1390,12 @@ ccenv_output_defs()
fi
ccenv_var_defs=
- ccenv_sed_substs=
+ ccenv_sed_substs="-e s/@ccenv_cfgtype@/${ccenv_cfgtype}/g"
ccenv_vars=$(cut -d'=' -f1 "$mb_project_dir/sofort/ccenv/ccenv.vars" \
| grep -v '^#');
- ccenv_exvars="ccenv_cfgtype ccenv_makevar_prefix"
+ ccenv_exvars="ccenv_makevar_prefix"
for __var in $(printf '%s' "$ccenv_vars $ccenv_exvars"); do
ccenv_sed_subst=$(printf '%s %s%s%s' \