mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
Update.
* Makeconfig (all-subdirs): Add conform. * conform/Makefile: Include ../Rules. * Makefile (README): Add rules to generate here as well. 2000-08-02 Ulrich Drepper <drepper@redhat.com>
This commit is contained in:
parent
74dd1fee1c
commit
aaf688e85f
@ -1,3 +1,10 @@
|
||||
2000-08-02 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* Makeconfig (all-subdirs): Add conform.
|
||||
* conform/Makefile: Include ../Rules.
|
||||
|
||||
* Makefile (README): Add rules to generate here as well.
|
||||
|
||||
2000-08-02 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* version.h (VERSION): Bump to 2.1.92.
|
||||
|
@ -818,7 +818,7 @@ all-subdirs = csu assert ctype locale intl catgets math setjmp signal \
|
||||
stdlib stdio-common $(stdio) malloc string wcsmbs time dirent \
|
||||
grp pwd posix io termios resource misc socket sysvipc gmon \
|
||||
gnulib iconv iconvdata wctype manual shadow po argp \
|
||||
crypt $(add-ons) nss localedata timezone rt debug \
|
||||
crypt $(add-ons) nss localedata timezone rt conform debug \
|
||||
$(sysdep-subdirs) $(dlfcn) $(binfmt-subdir)
|
||||
all-subdirs := $(filter-out $(sysdep-inhibit-subdirs),$(all-subdirs))
|
||||
|
||||
|
9
Makefile
9
Makefile
@ -272,7 +272,14 @@ distribute := README README.libm INSTALL FAQ FAQ.in NOTES NEWS BUGS \
|
||||
distribute := $(strip $(distribute))
|
||||
generated := $(generated) stubs.h
|
||||
|
||||
README: README.template version.h ; # Make-dist should update README.
|
||||
README: README.template version.h
|
||||
-rm -f $@
|
||||
sed -e 's/RELEASE/$(release)/' -e 's/VERSION/$(version)/' < $< > $@
|
||||
# Make it unwritable so I won't change it by mistake.
|
||||
chmod 444 $@
|
||||
ifeq ($(with-cvs),yes)
|
||||
test ! -d CVS || cvs $(CVSOPTS) commit -m'Remade for $(release)-$(version)' $@
|
||||
endif
|
||||
|
||||
define format-me
|
||||
@rm -f $@
|
||||
|
2
README
2
README
@ -1,4 +1,4 @@
|
||||
This directory contains the version 2.1.91 release of the GNU C Library.
|
||||
This directory contains the version 2.1.92 release of the GNU C Library.
|
||||
Many bugs have been fixed since the last release.
|
||||
Some bugs surely remain.
|
||||
|
||||
|
@ -23,3 +23,5 @@ subdir := conform
|
||||
|
||||
distribute = conformtest.pl $(wildcard data/*.h-data) \
|
||||
$(wildcard data/*/*.h-data)
|
||||
|
||||
include ../Rules
|
||||
|
Loading…
Reference in New Issue
Block a user