svn commit: r332147 - stable/11/stand

Kyle Evans kevans at FreeBSD.org
Fri Apr 6 19:52:01 UTC 2018


Author: kevans
Date: Fri Apr  6 19:52:00 2018
New Revision: 332147
URL: https://svnweb.freebsd.org/changeset/base/332147

Log:
  Revert lua bits that snuck in with r332144
  
  These will get re-MFC'd differently when we import lualoader from head. This
  is a direct commit to stable/11

Modified:
  stable/11/stand/Makefile

Modified: stable/11/stand/Makefile
==============================================================================
--- stable/11/stand/Makefile	Fri Apr  6 19:49:57 2018	(r332146)
+++ stable/11/stand/Makefile	Fri Apr  6 19:52:00 2018	(r332147)
@@ -6,15 +6,13 @@
 # others we don't. LIB32LIST is a list of libraries, which if
 # included, need to be built 32-bit as well.
 .if ${MACHINE_ARCH} == "amd64"
-LIB32LIST=libsa ficl liblua zfs
+LIB32LIST=libsa ficl zfs
 .endif
 
 S.yes+=			libsa
 
 S.${MK_FORTH}+=		ficl
 S.${MK_FORTH}+=		forth
-S.${MK_LOADER_LUA}+=	liblua
-S.${MK_LOADER_LUA}+=	lua
 S.${MK_FDT}+=		fdt
 S.${MK_LOADER_OFW}+=	ofw
 S.${MK_ZFS}+=		zfs


More information about the svn-src-all mailing list