Browse Source

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>
cvs/glibc-2-2-branch
Ulrich Drepper 26 years ago
parent
commit
aaf688e85f
  1. 7
      ChangeLog
  2. 2
      Makeconfig
  3. 9
      Makefile
  4. 2
      README
  5. 2
      conform/Makefile

7
ChangeLog

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

2
Makeconfig

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

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

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

2
conform/Makefile

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

Loading…
Cancel
Save