Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

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

0 views
Skip to first unread message

Baptiste Daroussin

unread,
Oct 14, 2016, 7:57:22 AM10/14/16
to src-com...@freebsd.org, svn-s...@freebsd.org, svn-sr...@freebsd.org
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
_______________________________________________
svn-s...@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all...@freebsd.org"
0 new messages