diff options
| author | fukachan <fukachan> | 2001-07-01 14:07:40 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-07-01 14:07:40 +0000 |
| commit | d18ea9ec034fc4e95bbdbc4f3d49d21330c6897a (patch) | |
| tree | 07c7d8c51ba768583036e96bdf11b0a19eb3fc32 /Makefile | |
| parent | bb2fab8a482478d7baa5c92b95683c51734e4e79 (diff) | |
| download | fml8-d18ea9ec034fc4e95bbdbc4f3d49d21330c6897a.tar.gz fml8-d18ea9ec034fc4e95bbdbc4f3d49d21330c6897a.tar.bz2 fml8-d18ea9ec034fc4e95bbdbc4f3d49d21330c6897a.zip | |
nuke -A for cvs update
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
