From 9fb7c360d4476f8a23a8805228d5e3cf07ec831e Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 05 2021 17:16:22 +0000 Subject: build system: ccenv: ccenv_output_defs(): properly handle m4 comment lines. --- 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' \