We have to fix this!

Maxime Henrion mux at freebsd.org
Tue Mar 9 07:15:44 PST 2004


Pawel Jakub Dawidek wrote:
> On Tue, Mar 09, 2004 at 03:10:56PM +0100, Dag-Erling Sm?rgrav wrote:
> +> Pawel Jakub Dawidek <pjd at FreeBSD.org> writes:
> +> > it is really irritating that connecting files from other directory
> +> > is not possible.
> +> 
> +> It is; you're just not doing it right.  If it weren't possible, none
> +> of the stuff in src/contrib and src/crypto would ever get built.
> +> 
> +> (hint: .PATH)
> 
> Sorry, I'm aware of .PATH, but try to do something like:
> 
> SRCS=file1.c ../file2.c

If you're aware of .PATH, why aren't you just using it?

.PATH: ..

SRCS= file1.c file2.c

works just fine...

If that's not what you're looking for, you should try explaining your
problem better.

Maxime


More information about the freebsd-arch mailing list