svn commit: r267937 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/...

John Baldwin jhb at freebsd.org
Tue Jul 29 03:23:47 UTC 2014


On Thursday 26 June 2014 21:45:49 Rui Paulo wrote:
> Author: rpaulo
> Date: Thu Jun 26 21:45:49 2014
> New Revision: 267937
> URL: http://svnweb.freebsd.org/changeset/base/267937
> 
> Log:
>   MFV illumos
> 
>   4477 DTrace should speak JSON
> 
>   MFC after:	2 weeks

This makes kernel builds depend on userland sources.  This breaks a lot of my 
work trees where I only checkout 'sys', and breaks a generally long-standing 
feature that the kernel was self-contained (recent bmake breakage to require 
the '-m /usr/src/share/mk' hack aside).  Perhaps you could copy strtolctype.h
to sys/cddl/contrib/opensolaris/common/util?  We already duplicate 
sys/cddl/contrib/opensolaris/common/avl/avl.c in a like manner, presumably for 
the same reason.

-- 
John Baldwin


More information about the svn-src-head mailing list