From: Stefano Lattarini Date: Thu, 30 Aug 2012 16:19:56 +0000 (+0200) Subject: maint: more uses of $(ASSORT) X-Git-Tag: v8.20~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=309988315697cb9647d33b3f2297a78cb5973f91;p=thirdparty%2Fcoreutils.git maint: more uses of $(ASSORT) * src/Makefile.am (fs-kernel-magic, fs-magic): Here, instead of inlining its expansion "LC_ALL=C sort". --- diff --git a/src/Makefile.am b/src/Makefile.am index 235deaa3df..e681ccf399 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -529,7 +529,7 @@ fs-magic: Makefile |grep 0x | perl -p \ $(fs_normalize_perl_subst) \ | grep -Ev 'S_MAGIC_EXT[34]|STACK_END' \ - | LC_ALL=C sort \ + | $(ASSORT) \ > $@-t && mv $@-t $@ CLEANFILES += fs-kernel-magic @@ -538,7 +538,7 @@ fs-kernel-magic: Makefile | perl -p \ $(fs_normalize_perl_subst) \ | grep -Ev 'S_MAGIC_EXT[34]|STACK_END' \ - | LC_ALL=C sort \ + | $(ASSORT) \ > $@-t && mv $@-t $@ BUILT_SOURCES += fs-is-local.h