Re: Detect --disable-dependency-tracking in Makefile.am

2023-09-29 Thread Jan Engelhardt
On Saturday 2023-09-30 05:27, Dave Hart wrote: >I've added code to the ntp.org Makefile.am files to ensure the static >utility library libntp.a is up-to-date for each program that uses it, to >ensure the build is correct. When building the project, this adds a bunch >of extra submake invocations

Detect --disable-dependency-tracking in Makefile.am

2023-09-29 Thread Dave Hart
I've added code to the ntp.org Makefile.am files to ensure the static utility library libntp.a is up-to-date for each program that uses it, to ensure the build is correct. When building the project, this adds a bunch of extra submake invocations which slows down the build. I'd like to omit those