Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Jun 2020 09:37:41 -0600
From:      Ian Lepore <ian@freebsd.org>
To:        Dimitry Andric <dim@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r361677 - in head/usr.bin/svn: . lib lib/libapr lib/libapr_util lib/libserf lib/libsvn_client lib/libsvn_delta lib/libsvn_diff lib/libsvn_fs lib/libsvn_fs_fs lib/libsvn_fs_util lib/libs...
Message-ID:  <304bb13cb6e80791f8924a573355a3643d614184.camel@freebsd.org>
In-Reply-To: <202005312204.04VM4qXG022001@repo.freebsd.org>
References:  <202005312204.04VM4qXG022001@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2020-05-31 at 22:04 +0000, Dimitry Andric wrote:
> Author: dim
> Date: Sun May 31 22:04:51 2020
> New Revision: 361677
> URL: https://svnweb.freebsd.org/changeset/base/361677
> 
> Log:
>   Change Makefiles under usr.bin/svn to make them easier to
> incrementally
>   update. No functional change intended.
>   
>   MFC after:	2 weeks
> 

I wish we could get style.Makefile(9) updated to mandate this 1-per-
line style when listing sources, dirs, etc, when the number of items is
greater than N, where N is something like 3-6 filenames.  Otherwise the
requirement to sort the names alphabetically pretty much mandates that
many lines of the file will change just to insert one or two new files,
and that makes it all but impossible to figure out from a diff what
actually changed.

-- Ian

> 
[...] 
> -SUBDIR=	lib .WAIT \
> -	svn svnadmin svnbench svndumpfilter svnfsfs svnlook svnserve \
> -	svnsync svnversion svnmucc svnrdump
> +SUBDIR=	lib \
> +	.WAIT \
> +	svn \
> +	svnadmin \
> +	svnbench \
> +	svndumpfilter \
> +	svnfsfs \
> +	svnlook \
> +	svnserve \
> +	svnsync \
> +	svnversion \
> +	svnmucc \
> +	svnrdump
>  SUBDIR_PARALLEL=
>  




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?304bb13cb6e80791f8924a573355a3643d614184.camel>