Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2015 15:40:41 GMT
From:      clord@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r287481 - soc2015/clord/head/sys/boot/i386/loader
Message-ID:  <201506231540.t5NFef4E052806@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: clord
Date: Tue Jun 23 15:40:41 2015
New Revision: 287481
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=287481

Log:
  Fix path to ficl sources to match new location in sys/contrib/ficl rather than sys/boot/ficl

Modified:
  soc2015/clord/head/sys/boot/i386/loader/Makefile

Modified: soc2015/clord/head/sys/boot/i386/loader/Makefile
==============================================================================
--- soc2015/clord/head/sys/boot/i386/loader/Makefile	Tue Jun 23 15:39:15 2015	(r287480)
+++ soc2015/clord/head/sys/boot/i386/loader/Makefile	Tue Jun 23 15:40:41 2015	(r287481)
@@ -41,7 +41,7 @@
 .if ${MK_FORTH} != "no"
 # Enable BootForth
 BOOT_FORTH=	yes
-CFLAGS+=	-DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/i386
+CFLAGS+=	-DBOOT_FORTH -I${.CURDIR}/../../../contrib/ficl -I${.CURDIR}/../../../contrib/ficl/i386
 .if ${MACHINE_CPUARCH} == "amd64"
 LIBFICL=	${.OBJDIR}/../../ficl32/libficl.a
 .else



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506231540.t5NFef4E052806>