Date: Fri, 6 Apr 2018 19:52:00 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r332147 - stable/11/stand Message-ID: <201804061952.w36Jq0u4042066@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804061952.w36Jq0u4042066>