Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 1996 00:39:45 +0200
From:      Wolfram Schneider <wosch@cs.tu-berlin.de>
To:        "Jordan K. Hubbard" <jkh@time.cdrom.com>
Cc:        Bruce Evans <bde@zeta.org.au>, bde@freefall.freebsd.org, cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org
Subject:   Re: cvs commit: src/usr.bin/make make.1 
Message-ID:  <199608312239.AAA00748@campa.panke.de>
In-Reply-To: <10935.841527008@time.cdrom.com>
References:  <199608312106.HAA06437@godzilla.zeta.org.au> <10935.841527008@time.cdrom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Jordan K. Hubbard writes:
>>   #define	_PATH_DEFSYSMK		"/usr/share/mk/sys.mk"
>
>Actually, since you're in there already.. :-)
>
>Some folks have asked for the ability to use their own sys.mk and
>override the hardwiring in make.  That certainly makes sense to me, so
>maybe _PATH_DEFSYSMK should have an optional "HOST_ROOT" environment
>variable expanded before it, or something to that effect?

Use #define	_PATH_DEFSYSMK		"sys.mk"
and the -I option for make(1) will work for sys.mk like
for bsd.prog.mk, bsd.lib.mk etc.

Wolfram



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