From owner-svn-soc-all@FreeBSD.ORG Tue Jun 23 15:39:16 2015 Return-Path: Delivered-To: svn-soc-all@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E73825F for ; Tue, 23 Jun 2015 15:39:16 +0000 (UTC) (envelope-from clord@FreeBSD.org) Received: from socsvn.freebsd.org (socsvn.freebsd.org [IPv6:2001:1900:2254:206a::50:2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CF9C90C for ; Tue, 23 Jun 2015 15:39:16 +0000 (UTC) (envelope-from clord@FreeBSD.org) Received: from socsvn.freebsd.org ([127.0.1.124]) by socsvn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5NFdG5N051148 for ; Tue, 23 Jun 2015 15:39:16 GMT (envelope-from clord@FreeBSD.org) Received: (from www@localhost) by socsvn.freebsd.org (8.14.9/8.14.9/Submit) id t5NFdFhN051145 for svn-soc-all@FreeBSD.org; Tue, 23 Jun 2015 15:39:15 GMT (envelope-from clord@FreeBSD.org) Date: Tue, 23 Jun 2015 15:39:15 GMT Message-Id: <201506231539.t5NFdFhN051145@socsvn.freebsd.org> X-Authentication-Warning: socsvn.freebsd.org: www set sender to clord@FreeBSD.org using -f From: clord@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r287480 - soc2015/clord/head/sys/boot/ficl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2015 15:39:16 -0000 Author: clord Date: Tue Jun 23 15:39:15 2015 New Revision: 287480 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=287480 Log: Fix path to common files in ficl Makefile Modified: soc2015/clord/head/sys/boot/ficl/Makefile Modified: soc2015/clord/head/sys/boot/ficl/Makefile ============================================================================== --- soc2015/clord/head/sys/boot/ficl/Makefile Tue Jun 23 15:37:58 2015 (r287479) +++ soc2015/clord/head/sys/boot/ficl/Makefile Tue Jun 23 15:39:15 2015 (r287480) @@ -76,7 +76,7 @@ .endif CFLAGS+= -I${FICLDIR} -I${FICLDIR}/${FICL_CPUARCH} \ - -I${FICLDIR}/../common + -I${FICLDIR}/../../boot/common softcore.c: ${SOFTWORDS} softcore.awk (cd ${FICLDIR}/softwords; cat ${SOFTWORDS} \