Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Comment out the '##### Libraries that modules may d...
details: https://anonhg.NetBSD.org/src/rev/7495ae317496
branches: trunk
changeset: 770210:7495ae317496
user: mbalmer <mbalmer%NetBSD.org@localhost>
date: Sat Oct 08 08:35:56 2011 +0000
description:
Comment out the '##### Libraries that modules may depend upon.' for now,
so that modules written in C can be built.
diffstat:
share/mk/bsd.lua.mk | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diffs (41 lines):
diff -r fed27f6cd65d -r 7495ae317496 share/mk/bsd.lua.mk
--- a/share/mk/bsd.lua.mk Sat Oct 08 06:55:19 2011 +0000
+++ b/share/mk/bsd.lua.mk Sat Oct 08 08:35:56 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.lua.mk,v 1.2 2011/10/07 17:53:03 apb Exp $
+# $NetBSD: bsd.lua.mk,v 1.3 2011/10/08 08:35:56 mbalmer Exp $
#
# Build rules and definitions for Lua modules
@@ -8,7 +8,7 @@
# LUA_VERSION currently installed version of Lua
# LUA_LIBDIR ${LIBDIR}/lua/${LUA_VERSION}
#
-# LUA_MODULES list of Lua modules to build/install
+# LUA_MODULES list of Lua modules to build/installi
# LUA_DPLIBS shared library dependencies as per LIBDPLIBS
# (liblua is automatically included)
#
@@ -82,14 +82,14 @@
##
##### Libraries that modules may depend upon.
-.for _lib _dir in lua ${NETBSDSRCDIR}/external/mit/lua/lib/liblua ${LUA_DPLIBS}
-.if !defined(LIBDO.${_lib})
-LIBDO.${_lib}!= cd "${_dir}" && ${PRINTOBJDIR}
-.MAKEOVERRIDES+=LIBDO.${_lib}
-.endif
-LDADD+=-L${LIBDO.${_lib}} -l${_lib}
-DPADD+=${LIBDO.${_lib}}/lib${_lib}.so
-.endfor
+#.for _lib _dir in lua ${NETBSDSRCDIR}/external/mit/lua/lib/liblua ${LUA_DPLIBS}
+#.if !defined(LIBDO.${_lib})
+#LIBDO.${_lib}!= cd "${_dir}" && ${PRINTOBJDIR}
+#.MAKEOVERRIDES+=LIBDO.${_lib}
+#.endif
+#LDADD+=-L${LIBDO.${_lib}} -l${_lib}
+#DPADD+=${LIBDO.${_lib}}/lib${_lib}.so
+#.endfor
##
##### Lua Modules
Home |
Main Index |
Thread Index |
Old Index