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 13:19:32
On Mon, 5 Oct 1998, Bill Studenmund wrote:

> We either need to teach LOBJS how to find the files, or .NOPATH all the
> things in LOBJS.
> 
> Would this work?
> 
> llib-l${LIB}.ln: ${LOBJS}
>         @echo building llib-l${LIB}.ln
>         @rm -f llib-l${LIB}.ln
>         @${LINT} -C${LIB} ${.IMPSRC} ${LLIBS}

Maybe, but why give the "linted" stamp of approval on only libraries
that pull in sources from other directories? Why not regular binaries,
too? ;)

There's one more possibility. Is there any reason that libkafs can't
link against libkrb? That would allow libkafs to use the function
without any "make" magic. Just a thought.