22.06.2020 04:13, Vagrant Cascadian wrote: ... > - @$(LD) -V >> ../build_info.img 2>&1 > + @$(LC_ALL=C $(LD) -V) >> ../build_info.img 2>&1
I removed the extra $() here. Did it actually work? Thanks, /mjt
22.06.2020 04:13, Vagrant Cascadian wrote: ... > - @$(LD) -V >> ../build_info.img 2>&1 > + @$(LC_ALL=C $(LD) -V) >> ../build_info.img 2>&1
I removed the extra $() here. Did it actually work? Thanks, /mjt