From owner-freebsd-arch@FreeBSD.ORG Tue Mar 9 07:15:43 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D71B316A4CE; Tue, 9 Mar 2004 07:15:43 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C864F43D41; Tue, 9 Mar 2004 07:15:43 -0800 (PST) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id BA5CF5C7EE; Tue, 9 Mar 2004 07:15:43 -0800 (PST) Date: Tue, 9 Mar 2004 16:15:43 +0100 From: Maxime Henrion To: Pawel Jakub Dawidek Message-ID: <20040309151543.GU35475@elvis.mu.org> References: <20040309140543.GW10864@darkness.comp.waw.pl> <20040309141508.GX10864@darkness.comp.waw.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040309141508.GX10864@darkness.comp.waw.pl> User-Agent: Mutt/1.4.1i cc: Dag-Erling Sm?rgrav cc: freebsd-arch@freebsd.org Subject: Re: We have to fix this! X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2004 15:15:44 -0000 Pawel Jakub Dawidek wrote: > On Tue, Mar 09, 2004 at 03:10:56PM +0100, Dag-Erling Sm?rgrav wrote: > +> Pawel Jakub Dawidek 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