cvs commit: src/share/mk bsd.lib.mk bsd.libnames.mk bsd.prog.mk sys.mk

2008-05-21 Thread John Birrell
jb 2008-05-22 01:14:43 UTC FreeBSD src repository Modified files: share/mk bsd.lib.mk bsd.libnames.mk bsd.prog.mk sys.mk Log: Add support for the Compact C Type (CTF) conversions throughout FreeBSD's system makefiles. Note that

cvs commit: src/share/mk bsd.lib.mk

2008-04-09 Thread Alexander Kabaev
kan 2008-04-09 20:27:53 UTC FreeBSD src repository Modified files: share/mk bsd.lib.mk Log: Fix spelling mistake in comment. Revision ChangesPath 1.184 +1 -1 src/share/mk/bsd.lib.mk ___

cvs commit: src/share/mk bsd.lib.mk bsd.own.mk src/lib/libpam/modules/pam_unix Makefile src/lib/ncurses/ncurses Makefile src/usr.bin/lex/lib Makefile

2007-10-20 Thread Ruslan Ermilov
ru 2007-10-20 19:01:50 UTC FreeBSD src repository Modified files: share/mk bsd.lib.mk bsd.own.mk lib/libpam/modules/pam_unix Makefile lib/ncurses/ncurses Makefile usr.bin/lex/lib Makefile Log: - Convert NO_INSTALLLIB option to a new syntax:

Re: cvs commit: src/share/mk bsd.lib.mk bsd.own.mk src/lib/libpam/modules/pam_unix Makefile src/lib/ncurses/ncurses Makefile src/usr.bin/lex/lib Makefile

2007-10-20 Thread Henrik Brix Andersen
On Sat, Oct 20, 2007 at 07:01:50PM +, Ruslan Ermilov wrote: ru 2007-10-20 19:01:50 UTC FreeBSD src repository Modified files: share/mk bsd.lib.mk bsd.own.mk lib/libpam/modules/pam_unix Makefile lib/ncurses/ncurses Makefile usr.bin/lex/lib

cvs commit: src/share/mk bsd.lib.mk bsd.symver.mk

2007-05-21 Thread Ruslan Ermilov
ru 2007-05-21 09:01:23 UTC FreeBSD src repository Modified files: share/mk bsd.lib.mk bsd.symver.mk Log: Style: remove redundant parentheses. Revision ChangesPath 1.182 +1 -1 src/share/mk/bsd.lib.mk 1.4 +1 -1

cvs commit: src/share/mk bsd.lib.mk bsd.symver.mk

2007-04-03 Thread Alexander Kabaev
kan 2007-04-03 18:56:05 UTC FreeBSD src repository Modified files: share/mk bsd.lib.mk Added files: share/mk bsd.symver.mk Log: Break out Version.map generation code from bsd.lib.mk into a separate bsd.symver.mk file. Include bsd.symver.mk in

Re: cvs commit: src/share/mk bsd.lib.mk bsd.prog.mk

2006-09-14 Thread Ruslan Ermilov
On Wed, Sep 13, 2006 at 04:58:10PM -0700, David O'Brien wrote: On Wed, Sep 13, 2006 at 01:32:11PM -1000, Juli Mallett wrote: [ cvs commit: src/share/mk bsd.lib.mk bsd.prog.mk ] When building WITHOUT_ASSERT_DEBUG, we need to disable -Werror as its easy to see warning: unused

cvs commit: src/share/mk bsd.lib.mk bsd.prog.mk

2006-09-13 Thread David E. O'Brien
obrien 2006-09-13 23:27:21 UTC FreeBSD src repository Modified files: share/mk bsd.lib.mk bsd.prog.mk Log: When building WITHOUT_ASSERT_DEBUG, we need to disable -Werror as its easy to see warning: unused variable `foo'. Revision ChangesPath 1.178

Re: cvs commit: src/share/mk bsd.lib.mk bsd.prog.mk

2006-09-13 Thread Juli Mallett
Hi David, * David E. O'Brien [EMAIL PROTECTED] [ 2006-09-13 ] [ cvs commit: src/share/mk bsd.lib.mk bsd.prog.mk ] When building WITHOUT_ASSERT_DEBUG, we need to disable -Werror as its easy to see warning: unused variable `foo'. I think it might be a better idea to -Wno-unused

Re: cvs commit: src/share/mk bsd.lib.mk bsd.prog.mk

2006-09-13 Thread David O'Brien
On Wed, Sep 13, 2006 at 01:32:11PM -1000, Juli Mallett wrote: [ cvs commit: src/share/mk bsd.lib.mk bsd.prog.mk ] When building WITHOUT_ASSERT_DEBUG, we need to disable -Werror as its easy to see warning: unused variable `foo'. I think it might be a better idea to -Wno-unused

Re: cvs commit: src/share/mk bsd.lib.mk bsd.own.mk bsd.prog.mk

2006-09-11 Thread Philip Paeps
On 2006-09-11 05:35:57 (+), Warner Losh [EMAIL PROTECTED] wrote: Log: Add a knob for compiling the tree -DNDEBUG. This turns off all the asserts and makes binaries smaller. The binaries also become repeatable again. As it was, without this md5's of binaries built with

Re: cvs commit: src/share/mk bsd.lib.mk bsd.own.mk bsd.prog.mk

2006-09-11 Thread Ruslan Ermilov
On Mon, Sep 11, 2006 at 02:57:54PM +0200, Philip Paeps wrote: On 2006-09-11 05:35:57 (+), Warner Losh [EMAIL PROTECTED] wrote: Log: Add a knob for compiling the tree -DNDEBUG. This turns off all the asserts and makes binaries smaller. The binaries also become repeatable

cvs commit: src/share/mk bsd.lib.mk bsd.own.mk bsd.prog.mk

2006-09-10 Thread Warner Losh
imp 2006-09-11 05:35:57 UTC FreeBSD src repository Modified files: share/mk bsd.lib.mk bsd.own.mk bsd.prog.mk Log: Add a knob for compiling the tree -DNDEBUG. This turns off all the asserts and makes binaries smaller. The binaries also become repeatable

cvs commit: src/share/mk bsd.lib.mk

2006-08-25 Thread Warner Losh
imp 2006-08-25 23:50:05 UTC FreeBSD src repository Modified files: share/mk bsd.lib.mk Log: Pass whatever the value of NM down to lorder. This allows one to override NM in Makefiles when, for example, cross compiling and have that value be used by lorder.

Re: cvs commit: src/share/mk bsd.lib.mk

2006-03-24 Thread Alfred Perlstein
* Dag-Erling Sm?rgrav [EMAIL PROTECTED] [060323 13:27] wrote: Daniel Eischen [EMAIL PROTECTED] writes: Thank you! It's also nice to know someone is actually trying this stuff out. I turned it on pretty much the minute it hit the tree :) It works fine so far on two P4 systems and one

Re: cvs commit: src/share/mk bsd.lib.mk

2006-03-24 Thread Dag-Erling Smørgrav
Alfred Perlstein [EMAIL PROTECTED] writes: Heh, I have no idea what this is, but it sounds really cool, is there a URL where I can read up on it? http://www.google.com/search?q=elf%20symbol%20versioning DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED]

cvs commit: src/share/mk bsd.lib.mk

2006-03-23 Thread Dag-Erling Smorgrav
des 2006-03-23 20:37:05 UTC FreeBSD src repository Modified files: share/mk bsd.lib.mk Log: Add proper dependencies for the version map, and make sure 'make clean' removes it if it was generated. Reviewed by:ru Revision ChangesPath 1.175

Re: cvs commit: src/share/mk bsd.lib.mk

2006-03-23 Thread Daniel Eischen
On Thu, 23 Mar 2006, Dag-Erling Smorgrav wrote: des 2006-03-23 20:37:05 UTC FreeBSD src repository Modified files: share/mk bsd.lib.mk Log: Add proper dependencies for the version map, and make sure 'make clean' removes it if it was generated. Thank

Re: cvs commit: src/share/mk bsd.lib.mk

2006-03-23 Thread Jason Evans
On Mar 23, 2006, at 12:45 PM, Daniel Eischen wrote: On Thu, 23 Mar 2006, Dag-Erling Smorgrav wrote: des 2006-03-23 20:37:05 UTC FreeBSD src repository Modified files: share/mk bsd.lib.mk Log: Add proper dependencies for the version map, and make sure 'make

Re: cvs commit: src/share/mk bsd.lib.mk

2006-03-23 Thread Dag-Erling Smørgrav
Daniel Eischen [EMAIL PROTECTED] writes: Thank you! It's also nice to know someone is actually trying this stuff out. I turned it on pretty much the minute it hit the tree :) It works fine so far on two P4 systems and one Opteron; the only trouble I've had is that zsh had to be recompiled, and

cvs commit: src/share/mk bsd.lib.mk version_gen.awk

2006-03-16 Thread Daniel Eischen
deischen2006-03-16 15:12:26 UTC FreeBSD src repository Modified files: share/mk bsd.lib.mk Added files: share/mk version_gen.awk Log: Teach bsd.lib.mk to auto generate a version map file based on a set of symbol definitions (VERSION_DEF) and