Loading scripts/prepare_instrumentation.sh +2 −2 Original line number Diff line number Diff line Loading @@ -86,8 +86,8 @@ fi # strip switches, to remove the macros if coan_exists; then coan source --replace --no-transients -E -K --file $ifdef_list $targetdir/lib_{com,dec,enc,rend,util,debug}/(?!wmc_auto)*.[hc] coan source --replace --no-transients -E -K --file $ifdef_list $targetdir/apps/*.[hc] coan source --replace --no-transients -E -K --file $ifdef_list "$targetdir/lib_{com,dec,enc,rend,util,debug}/(?!wmc_auto)*.[hc]" coan source --replace --no-transients -E -K --file $ifdef_list "$targetdir/apps/*.[hc]" else ./strip_defines_cppp.sh $targetdir $ifdef_list fi Loading Loading
scripts/prepare_instrumentation.sh +2 −2 Original line number Diff line number Diff line Loading @@ -86,8 +86,8 @@ fi # strip switches, to remove the macros if coan_exists; then coan source --replace --no-transients -E -K --file $ifdef_list $targetdir/lib_{com,dec,enc,rend,util,debug}/(?!wmc_auto)*.[hc] coan source --replace --no-transients -E -K --file $ifdef_list $targetdir/apps/*.[hc] coan source --replace --no-transients -E -K --file $ifdef_list "$targetdir/lib_{com,dec,enc,rend,util,debug}/(?!wmc_auto)*.[hc]" coan source --replace --no-transients -E -K --file $ifdef_list "$targetdir/apps/*.[hc]" else ./strip_defines_cppp.sh $targetdir $ifdef_list fi Loading