mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 23:00:22 +00:00
(libc.pot): Don't sort the output.
This commit is contained in:
parent
653d620871
commit
59a4828912
2
MakeTAGS
2
MakeTAGS
@ -171,7 +171,7 @@ $P/libc.pot: $(all-pot)
|
||||
sed -e 's/VERSION/$(version)/' \
|
||||
-e "s/DATE/`date +'%Y-%m-%d %H:%M'$$disp`/" \
|
||||
po/header.pot > $@.new
|
||||
$(XGETTEXT) -d - --omit-header -n -s $^ >> $@.new
|
||||
$(XGETTEXT) -d - --omit-header -n $^ >> $@.new
|
||||
mv -f $@.new $@
|
||||
ifeq ($(with-cvs),yes)
|
||||
test ! -d CVS || cvs $(CVSOPTS) ci -m'Regenerated from source files' $@
|
||||
|
Loading…
Reference in New Issue
Block a user