diff options
author | Roland McGrath <roland@gnu.org> | 2009-02-24 23:45:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2009-02-24 23:45:59 +0000 |
commit | 9ef79dce3fbb4ff295b0dcf0f1d0044c7b4bfe29 (patch) | |
tree | 3d77f0f371cc8751ff2563db227ee689a0315db8 /Makefile | |
parent | 5be0a68819a574efc3d5a33b9f6dc11dfcb4f630 (diff) | |
download | glibc-9ef79dce3fbb4ff295b0dcf0f1d0044c7b4bfe29.tar.gz |
[BZ #9895]
2009-02-24 Roland McGrath <roland@redhat.com>
[BZ #9895]
* README.template: Reworded not to use substituted version number.
Renamed to ...
* README: ... here (no longer generated).
* Makefile (README): Target removed.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -1,4 +1,4 @@ -# Copyright (C) 1991-2002,2003,2004,2005,2006,2008 +# Copyright (C) 1991-2002,2003,2004,2005,2006,2008,2009 # Free Software Foundation, Inc. # This file is part of the GNU C Library. @@ -351,15 +351,6 @@ TAGS: generated := $(generated) stubs.h -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 - files-for-dist := README FAQ INSTALL NOTES configure tag-of-stem = glibc-$(subst .,_,$*) |