svn commit: r296671 - head
Bryan Drewery
bdrewery at FreeBSD.org
Fri Mar 11 17:31:20 UTC 2016
On 3/11/2016 9:21 AM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Fri Mar 11 17:21:27 2016
> New Revision: 296671
> URL: https://svnweb.freebsd.org/changeset/base/296671
>
> Log:
> Revert r296645 as it breaks stable/10->head builds.
>
> Modified:
> head/Makefile
>
> Modified: head/Makefile
> ==============================================================================
> --- head/Makefile Fri Mar 11 17:03:30 2016 (r296670)
> +++ head/Makefile Fri Mar 11 17:21:27 2016 (r296671)
> @@ -313,10 +313,9 @@ upgrade_checks:
> #
> MMAKEENV= MAKEOBJDIRPREFIX=${MYMAKE:H} \
> DESTDIR= \
> - MK_MAN=no \
> INSTALL="sh ${.CURDIR}/tools/install.sh"
> MMAKE= ${MMAKEENV} ${MAKE} \
> - -DNO_SHARED \
> + -DNO_MAN -DNO_SHARED \
> -DNO_CPU_CFLAGS -DNO_WERROR \
> MK_TESTS=no \
> DESTDIR= PROGNAME=${MYMAKE:T}
>
You will see a NO_MAN warning once now in buildworld until your system
bmake is updated.
--
Regards,
Bryan Drewery
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20160311/ebe1864a/attachment.sig>
More information about the svn-src-all
mailing list