diff options
author | Roland McGrath <roland@gnu.org> | 2004-06-20 01:43:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-06-20 01:43:43 +0000 |
commit | 62780824a05b1318fbb0646192638f45fe810ae1 (patch) | |
tree | 53fae0503a981603e53e1c93df3046c1b37cc2f2 /Rules | |
parent | b960842876ae1d7f777045a9871dc866b6052bdc (diff) | |
download | glibc-62780824a05b1318fbb0646192638f45fe810ae1.tar.gz |
* 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 'Rules')
-rw-r--r-- | Rules | 13 |
1 files changed, 2 insertions, 11 deletions
@@ -1,4 +1,4 @@ -# Copyright (C) 1991-2000,2002,2003 Free Software Foundation, Inc. +# Copyright (C) 1991-2000,2002,2003, 2004 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -159,23 +159,14 @@ subdir_testclean: do-tests-clean realclean: distclean distclean: clean -.PHONY: subdir_echo-headers -subdir_echo-headers: echo-headers - -.PHONY: subdir_echo-distinfo -subdir_echo-distinfo: - @echo $(addprefix +header+,$(headers) $(filter %.h,$(distribute))) \ - $(addprefix +nodist+,$(generated) $(common-generated) $(dont_distribute)) - # We want to install everything except the library itself, but update all # our portions of the library because the parent make will install it later # (likewise the stubs file). .PHONY: subdir_install subdir_install: install-no-libc.a lib-noranlib stubs -.PHONY: subdir_TAGS subdir_dist +.PHONY: subdir_TAGS subdir_TAGS: TAGS -subdir_dist: dist # Target required by the Hurd to ensure that all the MiG-generated # headers are in place before building a subdirectory. |