From d18ea9ec034fc4e95bbdbc4f3d49d21330c6897a Mon Sep 17 00:00:00 2001 From: fukachan Date: Sun, 1 Jul 2001 14:07:40 +0000 Subject: nuke -A for cvs update --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 035fbe9f..af9ac047 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $FML: Makefile,v 1.15 2001/04/28 10:14:53 fukachan Exp $ +# $FML: Makefile,v 1.16 2001/04/28 10:55:09 fukachan Exp $ # CONV = doc/bin/text2html.pl @@ -21,7 +21,7 @@ scan: @ cvs -n update 2>&1 |grep -v : || echo '' update: - @ cvs update -dAP|grep -v : || echo '' + @ cvs update -d -P|grep -v : || echo '' clean: @ find . |grep '~' |perl -nple unlink -- cgit v1.2.1