]> sourceware.org Git - newlib-cygwin.git/commit
newlib: enable automatic dependency generation
authorMike Frysinger <vapier@gentoo.org>
Tue, 1 Mar 2022 04:36:27 +0000 (23:36 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 18 Mar 2022 00:38:17 +0000 (20:38 -0400)
commitd88cbd0e7c48c631106871a87ff0f4f39b5743b7
treeba27d794ad540a0633890b0b216a329d7ff9a0ed
parent48c9ef67807f3809c06416d621ae152dd32afd52
newlib: enable automatic dependency generation

This was disabled as part of the migration away from the cygnus option
as that implied no-dependencies.

We currently have 1-to-1 updates enabled -- if you touch a .c file,
the corresponding .o file will be rebuilt.  But if you touch a header
file, none of the files using that get rebuilt.
newlib/Makefile.in
newlib/acinclude.m4
newlib/aclocal.m4
newlib/configure
This page took 0.042775 seconds and 5 git commands to generate.