On 15 Mar 2002, Dag-Erling Smorgrav wrote:
> Emiel Kollof <[EMAIL PROTECTED]> writes:
> > Why not test for it like this (or similar):
> >
> > [ -x /usr/sbin/kldxref ] && /usr/bin/kldxref (etcetera...)
>
> A better solution is
>
>         @(kldxref ${DESTDIR}${KMODDIR} || \
>             echo "Ignoring non-fatal kldxref failure")

I'd strongly suggest *something* like this.

I'm pretty familiar with make but at 3am the other night I missed the
"(ignored)" in the make output and figured that it had failed, and nearly
started a new thread on this myself.  I expect you'll see a lot more
people making the same mistake and dragging down the SNR.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to