Tue Jun 18 17:56:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Tue, 18 Jun 1996 22:01:43 +0000 (22:01 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 18 Jun 1996 22:01:43 +0000 (22:01 +0000)
* rpm/Makefile (clean): New target.

* stdlib/test-canon.c: New test program contributed by David Mosberger.
* stdlib/Makefile (tests): Add test-canon.
* stdlib/canonicalize.c: Rewritten by David Mosberger.

* mach/Machrules (%_server.c %_server.h rule): Remove gratuitous
mention of $< in mig cmd.  Thanks to Shantanu Goel.

ChangeLog
rpm/Makefile

index 6e6a1f4..377d4ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
+Tue Jun 18 17:56:44 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
+
+       * rpm/Makefile (clean): New target.
+
+       * stdlib/test-canon.c: New test program contributed by David Mosberger.
+       * stdlib/Makefile (tests): Add test-canon.
+       * stdlib/canonicalize.c: Rewritten by David Mosberger.
+
 Mon Jun 17 17:53:21 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
 
+       * mach/Machrules (%_server.c %_server.h rule): Remove gratuitous
+       mention of $< in mig cmd.  Thanks to Shantanu Goel.
+
        * sysdeps/mach/hurd/brk.c (___brk_addr): Define as weak alias for
        _hurd_brk.
 
index 1bf6b6e..242c412 100644 (file)
@@ -90,3 +90,7 @@ glibc-$(version).$(config).rpm: $(config) rpmrc $(instfiles)
 
 # Avoid time-consuming implicit rule search.
 $(instfiles) : ;
+
+.PHONY: clean
+clean:
+       rm -f $(config) glibc-$(version).$(config).rpm