svn commit: r291021 - in head: sbin usr.sbin

Sergey Kandaurov pluknet at gmail.com
Wed Jul 27 15:31:27 UTC 2016


On 18 November 2015 at 20:52, Bryan Drewery <bdrewery at freebsd.org> wrote:
> Author: bdrewery
> Date: Wed Nov 18 17:52:38 2015
> New Revision: 291021
> URL: https://svnweb.freebsd.org/changeset/base/291021
>
> Log:
>   Convert to SUBDIR.yes format.
>
>   Reviewed by:  imp
>   Sponsored by: EMC / Isilon Storage Division
>   Differential Revision:        https://reviews.freebsd.org/D4182
>

Looks like this change lost pmcstudy by an accident.

> -
> -# XXX MK_TOOLCHAIN?
> -.if ${MK_PMC} != "no"
> -SUBDIR+=       pmcannotate
> -SUBDIR+=       pmccontrol
> -SUBDIR+=       pmcstat
> -SUBDIR+=       pmcstudy
> -.endif
> -
[...]
> +SUBDIR.${MK_PMC}+=     pmcannotate
> +SUBDIR.${MK_PMC}+=     pmccontrol
> +SUBDIR.${MK_PMC}+=     pmcstat



-- 
wbr,
pluknet


More information about the svn-src-all mailing list