svn commit: r283289 - stable/10/sys/boot/powerpc/ps3

Glen Barber gjb at FreeBSD.org
Fri May 22 16:38:56 UTC 2015


Author: gjb
Date: Fri May 22 16:38:55 2015
New Revision: 283289
URL: https://svnweb.freebsd.org/changeset/base/283289

Log:
  MFC r281011 (jkim):
    Fix powerpc, powerpc64 build.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/sys/boot/powerpc/ps3/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/boot/powerpc/ps3/Makefile
==============================================================================
--- stable/10/sys/boot/powerpc/ps3/Makefile	Fri May 22 15:57:42 2015	(r283288)
+++ stable/10/sys/boot/powerpc/ps3/Makefile	Fri May 22 16:38:55 2015	(r283289)
@@ -113,6 +113,7 @@ loader.help: help.common help.ps3 ${.CUR
 	cat ${.ALLSRC} | \
 	    awk -f ${.CURDIR}/../../common/merge_help.awk > ${.TARGET}
 
+.PATH: ${.CURDIR}/../../forth
 .include	"${.CURDIR}/../../forth/Makefile.inc"
 
 .if !exists(${DESTDIR}/boot/loader.rc)


More information about the svn-src-all mailing list