svn commit: r307725 - stable/11/sys/boot/userboot/userboot

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 21 09:15:35 UTC 2016


Author: bapt
Date: Fri Oct 21 09:15:34 2016
New Revision: 307725
URL: https://svnweb.freebsd.org/changeset/base/307725

Log:
  MFC: r307316
  
  Fix build WITHOUT_FORTH
  
  Sponsored by:	Gandi.net

Modified:
  stable/11/sys/boot/userboot/userboot/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/boot/userboot/userboot/Makefile
==============================================================================
--- stable/11/sys/boot/userboot/userboot/Makefile	Fri Oct 21 08:40:24 2016	(r307724)
+++ stable/11/sys/boot/userboot/userboot/Makefile	Fri Oct 21 09:15:34 2016	(r307725)
@@ -49,9 +49,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-all mailing list