Tue Sep 12 12:37:39 1995 Ian Lance Taylor <ian@cygnus.com>
+ * Makefile.in (maintainer-clean): New target.
+
* ar.c (replace_members): Don't call write_archive if nothing
changed.
-rm -f Makefile config.status *.o *~ \#* core y.* \
binutils.?? binutils.??s binutils.aux binutils.log binutils.toc
-rm -f $(PROGS) underscore.c config.h stamp-h config.cache config.log
-realclean: clean distclean
+maintainer-clean realclean: clean distclean
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
-rm -f $(DISTSTUFF) *.info TAGS
etags tags: TAGS
Tue Sep 12 12:24:17 1995 Ian Lance Taylor <ian@cygnus.com>
+ * Makefile.in (maintainer-clean): New target.
+
* ldmain.c (struct warning_callback_info): Define.
(warning_callback): Add new parameter symbol. Call
warning_find_reloc to try to find the section and VMA.
-rm -f Makefile config.status TAGS site.exp site.bak config.cache
-rm -f config.h stamp-h
-rm -rf ldscripts
-realclean: clean distclean
+maintainer-clean realclean: clean distclean
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
-rm -f $(LDDISTSTUFF)
.PHONY: diststuff mostlyclean clean distclean realclean