mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
makefiles: avoid sorting by locales
Localized sort for building source file is not wanted.
This commit is contained in:
parent
9d190d6b46
commit
824230e1e2
@ -182,7 +182,7 @@ cmds.h: $(srcdir)/command-lines.in Makefile
|
|||||||
( cat $(top_srcdir)/tools/license.inc && \
|
( cat $(top_srcdir)/tools/license.inc && \
|
||||||
echo "/* Do not edit. This file is generated by the Makefile. */" && \
|
echo "/* Do not edit. This file is generated by the Makefile. */" && \
|
||||||
echo "cmd(CMD_NONE, none)" && \
|
echo "cmd(CMD_NONE, none)" && \
|
||||||
$(GREP) '^ID:' $(srcdir)/command-lines.in | $(SORT) -u | $(AWK) '{print "cmd(" $$2 "_CMD, " $$2 ")"}' && \
|
$(GREP) '^ID:' $(srcdir)/command-lines.in | LANG=C $(SORT) -u | $(AWK) '{print "cmd(" $$2 "_CMD, " $$2 ")"}' && \
|
||||||
echo "cmd(CMD_COUNT, count)" \
|
echo "cmd(CMD_COUNT, count)" \
|
||||||
) > $@
|
) > $@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user