mirror of git://sourceware.org/git/glibc.git
Update.
* Make-dist: Add back one of the tar invocations removed before. * stdlib/Makefile (distribute): Add allocalim.h.
This commit is contained in:
parent
3459388894
commit
d0883b4894
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
* version.h (VERSION): Bump to 2.3.1.
|
* version.h (VERSION): Bump to 2.3.1.
|
||||||
|
|
||||||
|
* Make-dist: Add back one of the tar invocations removed before.
|
||||||
|
|
||||||
|
* stdlib/Makefile (distribute): Add allocalim.h.
|
||||||
|
|
||||||
* sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
|
* sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
|
||||||
(__libc_tsd_address): Use correct variable name.
|
(__libc_tsd_address): Use correct variable name.
|
||||||
Patch by Stefan Jones <stefan.jones@multigig.com>.
|
Patch by Stefan Jones <stefan.jones@multigig.com>.
|
||||||
|
|
|
||||||
|
|
@ -222,6 +222,7 @@ dist.tar: README $(tardir) $(+tsrcs)
|
||||||
tar chvf $@ $(addprefix $(tardir)/,$(filter-out $(tardir),$^))
|
tar chvf $@ $(addprefix $(tardir)/,$(filter-out $(tardir),$^))
|
||||||
|
|
||||||
$(tardir).tar: dist.tar subdir_dist
|
$(tardir).tar: dist.tar subdir_dist
|
||||||
|
tar xf $< -C $${TMPDIR-/tmp}
|
||||||
tar covf $@ -C $${TMPDIR-/tmp} $(tardir)
|
tar covf $@ -C $${TMPDIR-/tmp} $(tardir)
|
||||||
-rm -fr $${TMPDIR-/tmp}/$(tardir) dist.tar &
|
-rm -fr $${TMPDIR-/tmp}/$(tardir) dist.tar &
|
||||||
rm $(tardir)
|
rm $(tardir)
|
||||||
|
|
|
||||||
2
README
2
README
|
|
@ -1,4 +1,4 @@
|
||||||
This directory contains the version 2.3 release of the GNU C Library.
|
This directory contains the version 2.3.1 release of the GNU C Library.
|
||||||
Many bugs have been fixed since the last release.
|
Many bugs have been fixed since the last release.
|
||||||
Some bugs surely remain.
|
Some bugs surely remain.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,8 @@ routines := \
|
||||||
# linked against when the shared library will be used.
|
# linked against when the shared library will be used.
|
||||||
static-only-routines = atexit
|
static-only-routines = atexit
|
||||||
|
|
||||||
distribute := exit.h grouping.h abort-instr.h isomac.c tst-fmtmsg.sh
|
distribute := exit.h grouping.h abort-instr.h isomac.c tst-fmtmsg.sh \
|
||||||
|
allocalim.h
|
||||||
test-srcs := tst-fmtmsg
|
test-srcs := tst-fmtmsg
|
||||||
tests := tst-strtol tst-strtod testmb testrand testsort testdiv \
|
tests := tst-strtol tst-strtod testmb testrand testsort testdiv \
|
||||||
test-canon test-canon2 tst-strtoll tst-environ \
|
test-canon test-canon2 tst-strtoll tst-environ \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue