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

Kai Wang kaiw at FreeBSD.org
Thu Feb 21 11:21:30 UTC 2008


kaiw        2008-02-21 11:21:29 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              param.h 
    gnu/usr.bin/binutils/ar Makefile 
    gnu/usr.bin/binutils/ranlib Makefile 
    usr.bin              Makefile 
  Log:
  * Connect ar(1) to the build and make it default ar.  Rename GNU
  binutils ar and ranlib to gar and granlib, respectively.
  
  * Introduce a temporary variable WITH_GNUAR as a safety net.
  When buildworld with -DWITH_GNUAR, GNU binutils ar and ranlib
  will install as default ones and 'BSD' ar will be disabled.
  
  * Bump __FreeBSD_version to reflect the import of 'BSD' ar(1).
  
  Approved by:             jkoshy (mentor)
  
  Revision  Changes    Path
  1.14      +5 -0      src/gnu/usr.bin/binutils/ar/Makefile
  1.15      +5 -0      src/gnu/usr.bin/binutils/ranlib/Makefile
  1.336     +1 -1      src/sys/sys/param.h
  1.307     +4 -0      src/usr.bin/Makefile


More information about the cvs-src mailing list