mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Update.
2002-05-16 Bruno Haible <bruno@clisp.org> * MakeTAGS (libc.pot): Don't sort the output. * po/header.pot: Update to match xgettext 0.11 output. 2002-05-16 Bruno Haible <bruno@clisp.org> * MakeTAGS (subdirs): Remove duplicates.
This commit is contained in:
parent
3ace764d3a
commit
4c393b689f
@ -1,3 +1,12 @@
|
||||
2002-05-16 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
* MakeTAGS (libc.pot): Don't sort the output.
|
||||
* po/header.pot: Update to match xgettext 0.11 output.
|
||||
|
||||
2002-05-16 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
* MakeTAGS (subdirs): Remove duplicates.
|
||||
|
||||
2002-05-19 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
|
||||
|
11
MakeTAGS
11
MakeTAGS
@ -62,10 +62,11 @@ all-dirs := $(subdir-dirs) \
|
||||
ifndef subdir
|
||||
subdirs := $(subdirs) \
|
||||
$(filter-out $(subdirs),\
|
||||
$(shell sed -e 's/\#.*$$//' \
|
||||
$(wildcard $(addsuffix /Subdirs,\
|
||||
$(all-dirs)))\
|
||||
/dev/null))
|
||||
$(sort \
|
||||
$(shell sed -e 's/\#.*$$//' \
|
||||
$(wildcard $(addsuffix /Subdirs,\
|
||||
$(all-dirs)))\
|
||||
/dev/null)))
|
||||
all-dist = $(foreach Dist,$(wildcard $(all-dirs:%=%/Dist)),\
|
||||
$(addprefix $(Dist:%/Dist=%)/,\
|
||||
$(filter %.c %.h %.S %.s,\
|
||||
@ -172,7 +173,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' $@
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-05-20 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/alpha/pt-machine.c (THREAD_SELF): Remove clobber.
|
||||
Patch by Glen Nakamura <gen@flex.com>.
|
||||
|
||||
2002-05-03 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* signals.c: Move sighandler functions to...
|
||||
|
@ -76,7 +76,7 @@ testandset (int *spinlock)
|
||||
#define THREAD_SELF \
|
||||
({ \
|
||||
register pthread_descr __self __asm__("$0"); \
|
||||
__asm__ ("call_pal %1" : "=r"(__self) : "i"(PAL_rduniq) : "$0"); \
|
||||
__asm__ ("call_pal %1" : "=r"(__self) : "i"(PAL_rduniq)); \
|
||||
__self; \
|
||||
})
|
||||
|
||||
|
@ -7,10 +7,10 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libc VERSION\n"
|
||||
"POT-Creation-Date: DATE\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+DIST\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: ENCODING\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user