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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"