On 13 Jan 2023 11:15, Corinna Vinschen wrote: > On Jan 12 23:39, Mike Frysinger wrote: > > Avoid a recursive make to speed things up a bit. > > A csky-elf build shows installed objects & libs produce same code. > > --- > > libgloss/Makefile.am | 3 + > > libgloss/Makefile.in | 499 +++++++++++++++++++++++++++++++++---- > > libgloss/configure | 19 +- > > libgloss/configure.ac | 5 +- > > libgloss/csky/Makefile.in | 125 ---------- > > libgloss/csky/Makefile.inc | 36 +++ > > 6 files changed, 506 insertions(+), 181 deletions(-) > > delete mode 100644 libgloss/csky/Makefile.in > > create mode 100644 libgloss/csky/Makefile.inc > > LGTM. > > Are you planning to finish up this autotools work in libgloss soon? > > I'm asking because Jeff and me were discussing the yearly snapshot > release, and maybe it makes sense to wait for you to finish this up? i have no work planned. i just did these last few because i was bored. so feel free to snap it. -mike