cvs commit: src/sys/sys param.h src Makefile.inc1 src/gnu/usr.bin/binutils/ar Makefile src/gnu/usr.bin/binutils/ranlib Makefile src/usr.bin/ar Makefile

Ruslan Ermilov ru at FreeBSD.org
Mon Feb 25 16:16:18 UTC 2008


ru          2008-02-25 16:16:17 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              param.h 
    .                    Makefile.inc1 
    gnu/usr.bin/binutils/ar Makefile 
    gnu/usr.bin/binutils/ranlib Makefile 
    usr.bin/ar           Makefile 
  Log:
  Make again BSD ar(1) the default system ar(1), now properly handling
  source upgrades by falling back to GNU ar(1) as necessary.  Option
  WITH_BSDAR is gone.  Option _WITH_GNUAR to aid in upgrades is *not*
  supposed to be set by the user.
  
  Stop bootstrapping BSD ar(1) on the next __FreeBSD_version bump, as
  there are no known bugs in it.  Bump __FreeBSD_version to anticipate
  this and to flag the switch to BSD ar(1), should it be needed for
  something.
  
  Input from:     obrien, des, kaiw
  
  Revision  Changes    Path
  1.599     +9 -0      src/Makefile.inc1
  1.17      +8 -5      src/gnu/usr.bin/binutils/ar/Makefile
  1.18      +8 -5      src/gnu/usr.bin/binutils/ranlib/Makefile
  1.338     +1 -1      src/sys/sys/param.h
  1.20      +1 -14     src/usr.bin/ar/Makefile


More information about the cvs-all mailing list