Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2015 19:09:02 GMT
From:      clord@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r287453 - in soc2015/clord/head/sys/boot: ficl ficl32
Message-ID:  <201506221909.t5MJ92RZ013576@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



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