`-follow' is a GNU extension, remove it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84446 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sascha Schumann
2000-01-12 16:55:58 +00:00
parent 25cf1b6402
commit a04b640f67

View File

@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
##############################################################################
# $Id: build.mk,v 1.1 2000/01/11 13:10:58 sascha Exp $
# $Id: build.mk,v 1.2 2000/01/12 16:55:58 sascha Exp $
#
# Makefile to generate build tools
#
@ -55,7 +55,7 @@ snapshot:
bzip2 -t $$distname.tar.bz2
cvsclean:
@for i in `find . -follow -name .cvsignore`; do \
@for i in `find . -name .cvsignore`; do \
(cd `dirname $$i` 2>/dev/null && rm -rf `cat .cvsignore` *.o *.a || true); \
done
@rm -f $(SUBDIRS) 2>/dev/null || true