Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Aug 2004 22:41:36 +0200
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        Ion-Mihai Tetcu <itetcu@people.tecnik93.com>, ports@FreeBSD.ORG
Subject:   Re: .include "files/somefile" before .include <bsd.port.pre.mk>
Message-ID:  <9C06A4B9B891DB8147E05420@[192.168.1.51]>
In-Reply-To: <20040826233219.2e77a7d7@it.buh.tecnik93.com>
References:  <20040826233219.2e77a7d7@it.buh.tecnik93.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--==========4FC9D6A8354A1206896F==========
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

+-Le 26/08/2004 23:32 +0300, Ion-Mihai Tetcu a dit :
| Hi,
| 
| 
| Is it legal to include a file from files _before_ including
| bsd.port.pre.mk ?
| 
| I need to obtain some long lists ( of DISTFILES and slave ports) and
| having them in a separate file would make maintenance much more easy.
| 
| The problem I see is that .CURDIR is not defined; does this break
| something ?

.CURDIR is an internal make variable, it's not defined by bsd.*.mk :


mat $ cat Makefile
test:
        @echo ${.CURDIR}
mat $ make test
/home/mat

What problem are you trying to solve ?

-- 
Mathieu Arnold
--==========4FC9D6A8354A1206896F==========
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (MingW32)

iQEVAwUBQS5LBlvROjYJ63c1AQIa6gf+OFWpA4IKRpZeG8o3pW+XqVR2lmtzXU7q
MFp+6uw/AZjMo49EM7mBqYAaUxy6AiptQ/xYtCuMsbhozvYjY5SbpShUPA+vzR32
OPwwxp4xGHw9uWxJFKA9OsEMWZ09xhXxR1v4eljVgMmzI8ZToKI7RkqJRBM5nwsW
rBjPmVFWm60Kkh28lEsxVJPj6L4Eq2pqWSB3wvnw2yChveqkCj0T8+L1S4aZZBk1
TPbQ2gV40izbaU1ZGQsol5Z4niCLVVR7silsPmsffpWztpAl59VVRjGMnizqFRDc
7xwNwU5sNm7p8FoUHdfzlS25q1J9VTVLE3YK3rbz5Xdq5WF/8C2Bjg==
=InZc
-----END PGP SIGNATURE-----

--==========4FC9D6A8354A1206896F==========--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9C06A4B9B891DB8147E05420>