socsvn commit: r287453 - in soc2015/clord/head/sys/boot: ficl ficl32

clord at FreeBSD.org clord at FreeBSD.org
Mon Jun 22 19:09:03 UTC 2015


Author: clord
Date: Mon Jun 22 19:09:01 2015
New Revision: 287453
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=287453

Log:
  modify ficl Makefiles to use sources in sys/contrib/ficl rather than boot/ficl

Modified:
  soc2015/clord/head/sys/boot/ficl/Makefile
  soc2015/clord/head/sys/boot/ficl32/Makefile

Modified: soc2015/clord/head/sys/boot/ficl/Makefile
==============================================================================
--- soc2015/clord/head/sys/boot/ficl/Makefile	Mon Jun 22 18:18:15 2015	(r287452)
+++ soc2015/clord/head/sys/boot/ficl/Makefile	Mon Jun 22 19:09:01 2015	(r287453)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 #
 
-FICLDIR?=	${.CURDIR}
+FICLDIR?=	${.CURDIR}/../../contrib/ficl
 
 .if defined(FICL32)
 .PATH: ${FICLDIR}/${MACHINE_CPUARCH:S/amd64/i386/}

Modified: soc2015/clord/head/sys/boot/ficl32/Makefile
==============================================================================
--- soc2015/clord/head/sys/boot/ficl32/Makefile	Mon Jun 22 18:18:15 2015	(r287452)
+++ soc2015/clord/head/sys/boot/ficl32/Makefile	Mon Jun 22 19:09:01 2015	(r287453)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 FICL32=
-FICLDIR=	${.CURDIR}/../ficl
+FICLDIR=	${.CURDIR}/../../contrib/ficl
 
 .PATH:	${FICLDIR}
 
-.include "${FICLDIR}/Makefile"
+.include "${.CURDIR}/../Makefile"


More information about the svn-soc-all mailing list