mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 14:00:30 +00:00
Update.
2002-02-25 Bruno Haible <bruno@clisp.org> * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
This commit is contained in:
parent
2c617417f4
commit
567fb07483
@ -1,3 +1,7 @@
|
||||
2002-02-25 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
* MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
|
||||
|
||||
2002-03-15 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
|
||||
|
4
MakeTAGS
4
MakeTAGS
@ -1,5 +1,5 @@
|
||||
# Make the TAGS files.
|
||||
# Copyright (C) 1992, 1994, 1995, 1996, 1998 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1992,1994,1995,1996,1998,2002 Free Software Foundation, Inc.
|
||||
# This file is part of the GNU C Library.
|
||||
|
||||
# The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -139,7 +139,7 @@ endif
|
||||
|
||||
define extract
|
||||
@rm -f $@.new
|
||||
$(XGETTEXT) --keyword=_ --keyword=N_ --add-comments=TRANS --sort-output \
|
||||
$(XGETTEXT) --keyword=_ --keyword=N_ --add-comments=TRANS --sort-by-file \
|
||||
--omit-header -n -d - $(XGETTEXTFLAGS-$(@F)) > $@.new $^
|
||||
mv -f $@.new $@
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user