On 2003.12.18 20:13:16 -0500, Dan Langille wrote:
> On 18 Dec 2003 at 19:02, Dan Langille wrote:
>
> > My goal is provide a way to override values in a Makefile with values
> > from a local config file.
>
> I'm getting further. What's the proper way to do an include?
Perhaps (not tested, so there may be typos):
.if exists(${HOME}/.bacula-regress)
.include "${HOME}/.bacula-regress"
.endif
or something along those lines. The make(1) manual page contains a lot
of useful information.
--
Simon L. Nielsen
FreeBSD Documentation Team
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)
iD8DBQE/4lLJh9pcDSc1mlERAsNKAKCjpikV50RJs7SorId25+YoJxfgUQCfW2lM
SEXFXrZxI1G+cPrDOf9LqME=
=sKA3
-----END PGP SIGNATURE-----