From: Carlos O'Donell Date: Tue, 20 May 2025 11:45:21 +0000 (-0400) Subject: Makerules: Use 'original' instead of 'master' in source. X-Git-Tag: glibc-2.42~217 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f9e894fb8d3526690d1db50103c4ac5fa107249;p=thirdparty%2Fglibc.git Makerules: Use 'original' instead of 'master' in source. Use more inclusive language in makefile source. Reviewed-by: Florian Weimer --- 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.