diff options
| author | Matthias Andree <mandree@FreeBSD.org> | 2012-04-11 21:21:04 +0000 |
|---|---|---|
| committer | Matthias Andree <mandree@FreeBSD.org> | 2012-04-11 21:21:04 +0000 |
| commit | aacbf62416c9012c043b92e94d5b13b73039da20 (patch) | |
| tree | f65de3d0724950b9eed23dd1f09e48034a9f1b3f /lang/lua | |
| parent | - update to 1.0.18 (diff) | |
Add explanatory comment about butchering __MAKE_CONF.
Notes
Notes:
svn path=/head/; revision=294680
Diffstat (limited to 'lang/lua')
| -rw-r--r-- | lang/lua/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile index e8652e5d7316..73f8d224d1ce 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -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 |
