aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-06-20 01:43:43 +0000
committerRoland McGrath <roland@gnu.org>2004-06-20 01:43:43 +0000
commit62780824a05b1318fbb0646192638f45fe810ae1 (patch)
tree53fae0503a981603e53e1c93df3046c1b37cc2f2 /ChangeLog
parentb960842876ae1d7f777045a9871dc866b6052bdc (diff)
downloadglibc-62780824a05b1318fbb0646192638f45fe810ae1.tar
glibc-62780824a05b1318fbb0646192638f45fe810ae1.tar.gz
glibc-62780824a05b1318fbb0646192638f45fe810ae1.tar.bz2
glibc-62780824a05b1318fbb0646192638f45fe810ae1.zip
* Makerules (compile-mkdep-flags): Add -MT $@.
* Makefile (dist, tag-for-dist): New targets. (files-for-dist, tag-of-stem): New variables. (glibc-%.tar glibc-linuxthreads-%.tar): New pattern rule. Make tar files using cvs export. (%.bz2, %.gz, tag-%): New pattern rules. (distribute): Variable removed. (+subdir_targets): Remove distinfo targets. (echo_subdirs, echo-distinfo, parent_echo-distinfo): Targets removed. (rpm/%): Pattern rule removed. * rpm/Makefile, rpm/rpmrc, rpm/template: Ancient cruft files removed. * Rules (subdir_echo-headers, subdir_echo-distinfo, subdir_dist): Targets removed. * Makerules (dist, subdir_distinfo): Targets removed. ($(objpfx)distinfo): Depend on $(distribute). * Make-dist: File removed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4b3447185..e018e8fca7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,24 @@
2004-06-18 Roland McGrath <roland@frob.com>
+ * Makerules (compile-mkdep-flags): Add -MT $@.
+
+ * Makefile (dist, tag-for-dist): New targets.
+ (files-for-dist, tag-of-stem): New variables.
+ (glibc-%.tar glibc-linuxthreads-%.tar): New pattern rule.
+ Make tar files using cvs export.
+ (%.bz2, %.gz, tag-%): New pattern rules.
+ (distribute): Variable removed.
+ (+subdir_targets): Remove distinfo targets.
+ (echo_subdirs, echo-distinfo, parent_echo-distinfo): Targets removed.
+ (rpm/%): Pattern rule removed.
+ * rpm/Makefile, rpm/rpmrc, rpm/template: Ancient cruft files removed.
+ * Rules (subdir_echo-headers, subdir_echo-distinfo, subdir_dist):
+ Targets removed.
+ * Makerules (dist, subdir_distinfo): Targets removed.
+ ($(objpfx)distinfo): Depend on $(distribute).
+ * Make-dist: File removed.
+
* NEWS: Fix a typo. Update bug-reporting instructions.
2004-06-17 Thorsten Kukuk <kukuk@suse.de>