cvs commit: src/usr.sbin/kldxref Makefile

2006-08-04 Thread Marcel Moolenaar
marcel 2006-08-04 21:29:39 UTC FreeBSD src repository Modified files: usr.sbin/kldxref Makefile Log: Build shared on PowerPC now that the bug has been found and fixed. Revision ChangesPath 1.10 +0 -4 src/usr.sbin/kldxref/Makefile ___

Re: cvs commit: src/usr.sbin/kldxref Makefile

2006-08-01 Thread Ruslan Ermilov
On Mon, Jul 31, 2006 at 07:15:58PM -0600, M. Warner Losh wrote: > It all started out '.if defined(NO_FOO)' or '.if !defined(NO_FOO)'. > This is why NO_OBJ and NO_MAN are that way. Then people wanted to > override the global default to force things to be linked statically. > This was so that things

Re: cvs commit: src/usr.sbin/kldxref Makefile

2006-07-31 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Marcel Moolenaar <[EMAIL PROTECTED]> writes: : I think the problem is inherent when the existence of the variable : counts and not its value. It's not intuitive and people use it in : different ways because of that. I personally like something simple : li

Re: cvs commit: src/usr.sbin/kldxref Makefile

2006-07-31 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Yar Tikhiy <[EMAIL PROTECTED]> writes: : On Mon, Jul 31, 2006 at 09:10:43AM -0700, Marcel Moolenaar wrote: : > : > On Jul 31, 2006, at 7:09 AM, Yar Tikhiy wrote: : > : > >On Sun, Jul 30, 2006 at 08:51:41PM +, Marcel Moolenaar wrote: : > >>marcel

Re: cvs commit: src/usr.sbin/kldxref Makefile

2006-07-31 Thread Ruslan Ermilov
On Mon, Jul 31, 2006 at 08:32:09PM +0400, Yar Tikhiy wrote: > On Mon, Jul 31, 2006 at 09:10:43AM -0700, Marcel Moolenaar wrote: > > > > On Jul 31, 2006, at 7:09 AM, Yar Tikhiy wrote: > > > > >On Sun, Jul 30, 2006 at 08:51:41PM +, Marcel Moolenaar wrote: > > >>marcel 2006-07-30 20:51:41 U

Re: cvs commit: src/usr.sbin/kldxref Makefile

2006-07-31 Thread Marcel Moolenaar
On Jul 31, 2006, at 9:32 AM, Yar Tikhiy wrote: On Mon, Jul 31, 2006 at 09:10:43AM -0700, Marcel Moolenaar wrote: On Jul 31, 2006, at 7:09 AM, Yar Tikhiy wrote: On Sun, Jul 30, 2006 at 08:51:41PM +, Marcel Moolenaar wrote: marcel 2006-07-30 20:51:41 UTC FreeBSD src repository M

Re: cvs commit: src/usr.sbin/kldxref Makefile

2006-07-31 Thread Yar Tikhiy
On Mon, Jul 31, 2006 at 09:10:43AM -0700, Marcel Moolenaar wrote: > > On Jul 31, 2006, at 7:09 AM, Yar Tikhiy wrote: > > >On Sun, Jul 30, 2006 at 08:51:41PM +, Marcel Moolenaar wrote: > >>marcel 2006-07-30 20:51:41 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >>

Re: cvs commit: src/usr.sbin/kldxref Makefile

2006-07-31 Thread Marcel Moolenaar
On Jul 31, 2006, at 7:09 AM, Yar Tikhiy wrote: On Sun, Jul 30, 2006 at 08:51:41PM +, Marcel Moolenaar wrote: marcel 2006-07-30 20:51:41 UTC FreeBSD src repository Modified files: usr.sbin/kldxref Makefile Log: Use NO_SHARED=YES to force a static link. Pointed out

Re: cvs commit: src/usr.sbin/kldxref Makefile

2006-07-31 Thread Yar Tikhiy
On Sun, Jul 30, 2006 at 08:51:41PM +, Marcel Moolenaar wrote: > marcel 2006-07-30 20:51:41 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/kldxref Makefile > Log: > Use NO_SHARED=YES to force a static link. > > Pointed out by: ru@ > > Revision Ch

cvs commit: src/usr.sbin/kldxref Makefile

2006-07-30 Thread Marcel Moolenaar
marcel 2006-07-30 20:51:41 UTC FreeBSD src repository Modified files: usr.sbin/kldxref Makefile Log: Use NO_SHARED=YES to force a static link. Pointed out by: ru@ Revision ChangesPath 1.9 +1 -1 src/usr.sbin/kldxref/Makefile ___

cvs commit: src/usr.sbin/kldxref Makefile

2006-07-29 Thread Marcel Moolenaar
marcel 2006-07-29 19:43:26 UTC FreeBSD src repository Modified files: usr.sbin/kldxref Makefile Log: Link kldxref(8) static on PowerPC to work around a SIGSEGV that cannot easily be analyzed due to there being no debugger yet. The SIGSEGV only happens when kldxref is lin