Subject: Re: Problem linting libkafs - make guru needed
To: Bill Studenmund <skippy@macro.stanford.edu>
From: Frederick Bruckman <fb@enteract.com>
List: current-users
Date: 10/06/1998 15:03:14
On Tue, 6 Oct 1998, Bill Studenmund wrote:

> In your other message you suggested fixing the lint command to deal as
> well with PATHing as ar does. I think that's the best idea.
> 
> I just tried this, and it seems to work. Does it work for you?
> 
> Could some other make folks peek over my shoulder to double check this?
> 
> llib-l${LIB}.ln: ${LOBJS}
>         @echo building llib-l${LIB}.ln
>         @rm -f llib-l${LIB}.ln
>         @${LINT} -C${LIB} ${.ALLSRC} ${LLIBS}

Yes, it works for me, too.