]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: more uses of $(ASSORT)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 30 Aug 2012 16:19:56 +0000 (18:19 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 31 Aug 2012 10:22:09 +0000 (12:22 +0200)
* src/Makefile.am (fs-kernel-magic, fs-magic): Here, instead of
inlining its expansion "LC_ALL=C sort".

src/Makefile.am

index 235deaa3dfc07af70ded8550cc03e2dcc8a90ef8..e681ccf39912a2c5c242b5579e2e35889ebf4017 100644 (file)
@@ -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