Add explanatory comment about butchering __MAKE_CONF.
This commit is contained in:
parent
b687ceda0b
commit
aacbf62416
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294680
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ USE_GNOME= pkgconfig
|
|||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
MAKE_ENV= LUA_SONAME="liblua-${LUA_VER}.so.${LUA_VER_SH}"
|
||||
# Overriding __MAKE_CONF makes sure that we don't re-parse
|
||||
# /etc/make.conf during do-build, which would jeopardize the build
|
||||
# if, for instance, the user set CFLAGS=mumble
|
||||
MAKE_ARGS= __MAKE_CONF=${NONEXISTENT}
|
||||
|
||||
MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1
|
||||
|
|
Loading…
Reference in a new issue