changeset 10685:71fa5c477213

(maintainer-clean): Renamed from realclean.
author Richard M. Stallman <rms@gnu.org>
date Tue, 07 Feb 1995 23:55:01 +0000
parents 91798dbdac12
children 535aea7d22a3
files Makefile.in lib-src/Makefile.in lwlib/Makefile.in
diffstat 3 files changed, 13 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Tue Feb 07 23:54:00 1995 +0000
+++ b/Makefile.in	Tue Feb 07 23:55:01 1995 +0000
@@ -22,7 +22,7 @@
 #      `make distclean' should leave only the files that were in the
 #      distribution.
 # 
-# make realclean
+# make maintainer-clean
 #      Delete everything from the current directory that can be
 #      reconstructed with this Makefile.  This typically includes
 #      everything deleted by distclean, plus more: C source files
@@ -400,7 +400,7 @@
 
 # ==================== Cleaning up and miscellanea ====================
 
-.PHONY: mostlyclean clean distclean realclean extraclean
+.PHONY: mostlyclean clean distclean maintainer-clean extraclean
 
 ### `mostlyclean'
 ###      Like `clean', but may refrain from deleting a few files that people
@@ -448,23 +448,23 @@
 	${top_distclean}
 	
 
-### `realclean'
+### `maintainer-clean'
 ###      Delete everything from the current directory that can be
 ###      reconstructed with this Makefile.  This typically includes
 ###      everything deleted by distclean, plus more: C source files
 ###      produced by Bison, tags tables, info files, and so on.
 ### 
-###      One exception, however: `make realclean' should not delete
+###      One exception, however: `make maintainer-clean' should not delete
 ###      `configure' even if `configure' can be remade using a rule in the
-###      Makefile.  More generally, `make realclean' should not delete
+###      Makefile.  More generally, `make maintainer-clean' should not delete
 ###      anything that needs to exist in order to run `configure' and then
 ###      begin to build the program.
-realclean: FRC
-	(cd src;      $(MAKE) $(MFLAGS) realclean)
-	(cd oldXMenu; $(MAKE) $(MFLAGS) realclean)
-	(cd lwlib;    $(MAKE) $(MFLAGS) realclean)
-	(cd lib-src;  $(MAKE) $(MFLAGS) realclean)
-	-(cd man &&   $(MAKE) $(MFLAGS) realclean)
+maintainer-clean: FRC
+	(cd src;      $(MAKE) $(MFLAGS) maintainer-clean)
+	(cd oldXMenu; $(MAKE) $(MFLAGS) maintainer-clean)
+	(cd lwlib;    $(MAKE) $(MFLAGS) maintainer-clean)
+	(cd lib-src;  $(MAKE) $(MFLAGS) maintainer-clean)
+	-(cd man &&   $(MAKE) $(MFLAGS) maintainer-clean)
 	${top_distclean}
 
 ### This doesn't actually appear in the coding standards, but Karl
--- a/lib-src/Makefile.in	Tue Feb 07 23:54:00 1995 +0000
+++ b/lib-src/Makefile.in	Tue Feb 07 23:55:01 1995 +0000
@@ -265,7 +265,7 @@
 	-rm -f aixcc.c TAGS
 	-rm -f Makefile Makefile.in blessmail
 
-realclean: distclean
+maintainer-clean: distclean
 	true
 
 extraclean: realclean
--- a/lwlib/Makefile.in	Tue Feb 07 23:54:00 1995 +0000
+++ b/lwlib/Makefile.in	Tue Feb 07 23:55:01 1995 +0000
@@ -67,7 +67,7 @@
 
 clean: mostlyclean
 distclean: clean
-realclean: distclean
+maintainer-clean: distclean
 
 tags::
 	$(TAGS) -t *.[ch]