From eba871cd3237e8b7dcd9552f544b365934767849 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Sun, 13 Nov 2016 14:08:48 +0000 Subject: all: reduce usage of proper_name_utf8() This reduces a standard coreutils install size by about 160K. * src/cat.c: Change to proper_name() which removes about 18K text. * src/cp.c: Likewise. * src/df.c: Likewise. * src/du.c: Likewise. * src/getlimits.c: Likewise. * src/realpath.c: Likewise. * src/split.c: Likewise. * src/stdbuf.c: Likewise. * src/timeout.c: Likewise. * src/truncate.c: Likewise. * src/local.mk: Remove -llibiconv from the above programs. * cfg.mk (sc_check-AUTHORS): Adjust to use factor(1). * AUTHORS: Adjust to use ASCII to satisfy sc_check-AUTHORS. --- src/realpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/realpath.c') diff --git a/src/realpath.c b/src/realpath.c index fb9beb746..ce2f2b3b4 100644 --- a/src/realpath.c +++ b/src/realpath.c @@ -30,7 +30,7 @@ /* The official name of this program (e.g., no 'g' prefix). */ #define PROGRAM_NAME "realpath" -#define AUTHORS proper_name_utf8 ("Padraig Brady", "P\303\241draig Brady") +#define AUTHORS proper_name ("Padraig Brady") enum { -- cgit v1.2.3-70-g09d2