Date: Mon, 25 Feb 2008 16:16:17 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200802251616.m1PGGHEl086684@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802251616.m1PGGHEl086684>
