On Wed, Feb 25, 2015 at 12:11:29PM -0800, Garrett Cooper wrote: > I was going to propose something a bit more radical — I can remove the > BOOTSTRAPPING conditionals and simplify the code on 10-STABLE / > 11-CURRENT. > Maintaining BOOTSTRAPPING is error prone and it’s not saving much time > in the long run in builds (it's taking longer to diagnose issues, test > them, and commit fixes which will break at a later date). I’ve been > bitten by this once because I don’t run ancient CURRENT/STABLE > (r279198) and here are a couple follow up commits bumping tools > versions in the past (e.g. r278975, r269662, etc). > Just a thought. This may be appropriate for contributed code that will build on older FreeBSD versions without issues, but I don't like being forced to add (mostly untested) compatibility code with usage of recent libc features. For example, utilities like cp and touch currently use utimensat/futimens without #ifdef mess or extra code in libegacy. The strict BOOTSTRAPPING conditionals allow removing bootstrap tools eventually, when building from such old versions as to need them is no longer supported. -- Jilles TjoelkerReceived on Fri Feb 27 2015 - 21:50:18 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:56 UTC