Subject: Re: lint bombs out in make build
To: Tim Rightnour <root@garbled.net>
From: Bill Studenmund <skippy@macro.stanford.edu>
List: current-users
Date: 10/06/1998 20:57:47
On Tue, 6 Oct 1998, Tim Rightnour wrote:

> I ran into this problem as well..  I solved it with:
> 
> --- bsd.lib.mk.orig     Tue Oct  6 10:19:11 1998
> +++ bsd.lib.mk  Tue Oct  6 10:20:14 1998
> @@ -245,7 +245,7 @@
>  llib-l${LIB}.ln: ${LOBJS}
>         @echo building llib-l${LIB}.ln
>         @rm -f llib-l${LIB}.ln
> -       @${LINT} -C${LIB} ${LOBJS} ${LLIBS}
> +       @${LINT} -C${LIB} ${.ALLSRC:M*ln} ${LLIBS}
                                     ^^^^^
Do you really need that? It worked fine for me w/ just .ALLSRC.

Take care,

Bill