Differences From Artifact [1a48808b19]:
- Executable file Makefile.in — part of check-in [1d549aa879] at 2017-10-11 01:30:10 on branch wy-autoreconfig — Merged in an upstream improvement from Autosetup addressing GH issue in a different output file. That in turn requires an adjustment to our new autoreconfigure feature to avoid a make(1) loop. (user: wyoung size: 2648) [more...]
To Artifact [407bd66f02]:
- Executable file Makefile.in — part of check-in [454e119398] at 2017-10-11 19:56:10 on branch trunk — Removed the GNU make conditional around the new autoreconfigure dependency rule in the top-level Makefile.in. Apparently we have users using some other make, perhaps BSD make. Since the conditional only prevents autoreconfigure in the "make clean" case, where it is a minor annoyance, it's not important to work out how to retain this in a non-GNU make world. (user: wyoung size: 2598)
| ︙ | |||
63 64 65 66 67 68 69 | 63 64 65 66 67 68 69 70 71 72 | - - | # actually change. If something other than Makefile.in changes, we'll # reconfigure but Makefile won't change, so this rule will remain out of # date, so we'll reconfigure but Makefile won't change, so we'll... # # This also why we repeat the reconfig target's command here instead # of delegating to it with "$(MAKE) reconfig": having children running # around interfering makes this worse. |