Date: Sun, 3 Dec 2017 04:55:19 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r326491 - head/stand/powerpc Message-ID: <201712030455.vB34tJrh056413@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Sun Dec 3 04:55:19 2017 New Revision: 326491 URL: https://svnweb.freebsd.org/changeset/base/326491 Log: Disconnet ps3 from the build. There's too many warnings to fix. Also, it's going to be removed soon anyway once the final lingering issues with kboot are resolved. Go ahead and disconnect it from the build a little early. Sponsored by: Netflix OK'd by: nathanw@ Modified: head/stand/powerpc/Makefile Modified: head/stand/powerpc/Makefile ============================================================================== --- head/stand/powerpc/Makefile Sun Dec 3 04:55:14 2017 (r326490) +++ head/stand/powerpc/Makefile Sun Dec 3 04:55:19 2017 (r326491) @@ -3,9 +3,6 @@ .include <bsd.init.mk> SUBDIR= boot1.chrp ofw uboot -.if ${MACHINE_ARCH} != "powerpcspe" -SUBDIR+= ps3 -.endif .if ${MK_FDT} == "yes" SUBDIR+= kboot .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712030455.vB34tJrh056413>