diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-30 13:32:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-30 13:32:03 +0000 |
commit | 4ddde9eea7281ffae3b6ebe6d4dd82ea133a7d29 (patch) | |
tree | 734be11b09cd57026bf8f7a5bc957b6c84f30afd /Makerules | |
parent | 9afc8a596405de12ff3c66e13460b300d95eb74c (diff) | |
download | glibc-4ddde9eea7281ffae3b6ebe6d4dd82ea133a7d29.tar.gz |
Update.
1998-03-30 13:28 Ulrich Drepper <drepper@cygnus.com>
* Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
determining libs to remove.
(postclean): Add soversions.mk.
* Makerules (common-mostlyclean): Add tests-static and generated
files.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -935,9 +935,12 @@ mostlyclean: common-mostlyclean # Remove the object files. common-mostlyclean: -rm -f $(addprefix $(objpfx),$(tests) $(test-srcs) $(others) \ + $(tests-static) \ $(addsuffix .o,$(tests) $(test-srcs) \ + $(tests-static) \ $(others)) \ - $(addsuffix .out,$(tests) $(test-srcs))) + $(addsuffix .out,$(tests) $(test-srcs)) \ + $(addsuffix .sout,$(tests-static))) -rm -f $(addprefix $(objpfx),$(extra-objs) $(install-lib) \ $(install-lib.so) \ $(install-lib.so:%.so=%_pic.a)) |