* 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:
Ulrich Drepper 2000-08-03 04:40:50 +00:00
parent 74dd1fee1c
commit aaf688e85f
5 changed files with 19 additions and 3 deletions

View file

@ -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.

View file

@ -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))

View file

@ -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
View file

@ -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.

View file

@ -23,3 +23,5 @@ subdir := conform
distribute = conformtest.pl $(wildcard data/*.h-data) \
$(wildcard data/*/*.h-data)
include ../Rules