Add explanatory comment about butchering __MAKE_CONF.

This commit is contained in:
Matthias Andree 2012-04-11 21:21:04 +00:00
parent b687ceda0b
commit aacbf62416
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294680

View file

@ -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