Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2008 11:21:29 +0000 (UTC)
From:      Kai Wang <kaiw@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200802211121.m1LBLUKQ007904@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802211121.m1LBLUKQ007904>