[systemd-devel] [PATCH 1/9] build-sys: add sysusers.d/systemd.conf to CLEANFILES

Lennart Poettering lennart at poettering.net
Fri Jun 20 05:34:40 PDT 2014


On Mon, 16.06.14 20:54, Filipe Brandenburger (filbranden at google.com) wrote:

Thanks! Applied this one!

> The sysusers.d/systemd.conf configuration file was originally introduced in
> commit 1b99214789101, but it was not marked for cleanup.  This caused distcheck
> to complain about the file not being removed by distcleam.
> 
> Tested: Successfully ran "make distcheck" with this patchset.
> ---
>  Makefile.am | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Makefile.am b/Makefile.am
> index 0213c3846dca..68c579291dc0 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -1820,6 +1820,9 @@ EXTRA_DIST += \
>  	units/systemd-sysusers.service.in \
>  	sysusers.d/systemd.conf.in
>  
> +CLEANFILES += \
> +	sysusers.d/systemd.conf
> +
>  INSTALL_DIRS += \
>  	$(sysusersdir)
>  endif


Lennart

-- 
Lennart Poettering, Red Hat


More information about the systemd-devel mailing list