summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-07-01 14:07:40 +0000
committerfukachan <fukachan>2001-07-01 14:07:40 +0000
commitd18ea9ec034fc4e95bbdbc4f3d49d21330c6897a (patch)
tree07c7d8c51ba768583036e96bdf11b0a19eb3fc32 /Makefile
parentbb2fab8a482478d7baa5c92b95683c51734e4e79 (diff)
downloadfml8-d18ea9ec034fc4e95bbdbc4f3d49d21330c6897a.tar.gz
fml8-d18ea9ec034fc4e95bbdbc4f3d49d21330c6897a.tar.bz2
fml8-d18ea9ec034fc4e95bbdbc4f3d49d21330c6897a.zip
nuke -A for cvs update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files 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