]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Always export VERSION to the environment to avoid looking it up again in
authorBryan Drewery <bdrewery@FreeBSD.org>
Sat, 17 Oct 2015 05:55:45 +0000 (05:55 +0000)
committerBryan Drewery <bdrewery@FreeBSD.org>
Sat, 17 Oct 2015 05:55:45 +0000 (05:55 +0000)
commita378087d2497de2cb57d5d996979aaa506b2a845
tree2b05bce82f104e7d5f20275ecc4e897d4503e9c7
parent0ed70e428de8bd1f6cad836356b86c32c7fabd2e
Always export VERSION to the environment to avoid looking it up again in
sub-makes.

Some of the world phases that used plain '${MAKE} -f Makefile.inc1' were not
passing this variable along which caused them to look it up again.  By
using bmake's .export we can remove it from all of the other environment
lines.

Add a comment about the usage for VERSION for ctfmerge.

Sponsored by: EMC / Isilon Storage Division
Makefile.inc1