be less verbose when cleaning or clobbering
authorClaus Gittinger <cg@exept.de>
Wed, 31 Mar 1999 18:27:24 +0200
changeset 1835 93fafec7d774
parent 1834 2cad8377f2e6
child 1836 97361bf30af6
be less verbose when cleaning or clobbering
Make.proto
--- a/Make.proto	Wed Mar 31 09:47:12 1999 +0200
+++ b/Make.proto	Wed Mar 31 18:27:24 1999 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libwidg/Make.proto,v 1.61 1998-11-24 16:56:00 cg Exp $
+# $Header: /cvs/stx/stx/libwidg/Make.proto,v 1.62 1999-03-31 16:27:24 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -121,13 +121,13 @@
 	    $(MAKE) OPT="" ObjView.o
 
 cleanjunk::
-	    -rm -f *.c *.H
+	    @-rm -f *.c *.H
 
 clean::
-	    -rm -f [A-Z]*.o *.c *.H
+	    @-rm -f [A-Z]*.o *.c *.H
 
 clobber::
-	    -rm -f *.c *.H classList.stc abbrev.stc
+	    @-rm -f *.c *.H classList.stc abbrev.stc
 
 rmuncrit:
 	    -rm -f $(UNCRITICALOBJS)