[PATCH 08/12] Makerules: Use 'original' instead of 'master' in source.

Florian Weimer fweimer@redhat.com
Tue May 20 12:05:23 GMT 2025


* Carlos O'Donell:

> Use more inclusive language in makefile source.
> ---
>  Makerules | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makerules b/Makerules
> index cd6c998832..7714888cdc 100644
> --- a/Makerules
> +++ b/Makerules
> @@ -1400,7 +1400,7 @@ endif
>  
>  ifneq (,$(strip $(gpl2lgpl)))
>  ifneq (,$(wildcard $(..)gpl2lgpl.sed))
> -# Snarf from the master source and frob the copying notice.
> +# Snarf from the original source and frob the copying notice.
>  $(gpl2lgpl): %: $(..)gpl2lgpl.sed /home/gd/gnu/lib/%
>  	sed -f $^ > $@-tmp
>  # So I don't edit them by mistake.

Okay.

Reviewed-by: Florian Weimer <fweimer@redhat.com>

Thanks,
Florian



More information about the Libc-alpha mailing list