svn commit: r307316 - head/sys/boot/userboot/userboot

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 14 11:57:10 UTC 2016


Author: bapt
Date: Fri Oct 14 11:57:08 2016
New Revision: 307316
URL: https://svnweb.freebsd.org/changeset/base/307316

Log:
  Fix build WITHOUT_FORTH
  
  MFC after:	1 week
  Sponsored by:	Gandi.net

Modified:
  head/sys/boot/userboot/userboot/Makefile

Modified: head/sys/boot/userboot/userboot/Makefile
==============================================================================
--- head/sys/boot/userboot/userboot/Makefile	Fri Oct 14 11:49:36 2016	(r307315)
+++ head/sys/boot/userboot/userboot/Makefile	Fri Oct 14 11:57:08 2016	(r307316)
@@ -51,9 +51,10 @@ BOOT_FORTH=	yes
 CFLAGS+=        -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/i386
 CFLAGS+=	-DBF_DICTSIZE=15000
 LIBFICL=	${.OBJDIR}/../ficl/libficl.a
-LIBSTAND=	${.OBJDIR}/../libstand/libstand.a
 .endif
 
+LIBSTAND=	${.OBJDIR}/../libstand/libstand.a
+
 .if ${MK_ZFS} != "no"
 CFLAGS+=	-DUSERBOOT_ZFS_SUPPORT
 LIBZFSBOOT=	${.OBJDIR}/../zfs/libzfsboot.a


More information about the svn-src-head mailing list