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 th
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-all@freeb
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
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: m
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 src/share/mk/bsd.sym
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
ru 2006-10-25 09:43:38 UTC
FreeBSD src repository
Modified files:
share/mk bsd.lib.mk
Log:
- Don't pass an empty ``NM='' to lorder(1) when NM is unset.
- Don't redundantly use "env".
- Protect NM value with quotes, just in case.
Revision ChangesPath
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
&g
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 thi
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'".
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
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
> > repea
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 d
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 agai
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. NM
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]
___
* 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 a
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,
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
cl
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.
T
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
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 symbo
22 matches
Mail list logo