Author: danielsh
Date: Sun May  5 13:47:04 2013
New Revision: 1479321

URL: http://svn.apache.org/r1479321
Log:
Silence 'make -s distclean'.

* Makefile.in
  (fast-clean): Don't print directory names as we go through them.  Perhaps
    this was necessary in 2001 when this code was added (r839402) to show
    we are not stalled, but the reason no longer holds today, and this reduces
    the noise in 'make -s'.

Modified:
    subversion/trunk/Makefile.in

Modified: subversion/trunk/Makefile.in
URL: 
http://svn.apache.org/viewvc/subversion/trunk/Makefile.in?rev=1479321&r1=1479320&r2=1479321&view=diff
==============================================================================
--- subversion/trunk/Makefile.in (original)
+++ subversion/trunk/Makefile.in Sun May  5 13:47:04 2013
@@ -398,7 +398,6 @@ locale-gnu-po-update:
 fast-clean: doc-clean
        @list='$(BUILD_DIRS)'; for i in $$list; do                   \
           if [ -d $$i ]; then                                        \
-            echo "Cleaning $$i ..." ;                                \
             (cd $$i && rm -f *.o *.lo *.la *.la-a *.spo *.mo &&      \
              rm -rf .libs);                                          \
           fi                                                         \


Reply via email to