vac: add -a and -x flags

Thanks to Michael Kaminsky for the suggestion.
This commit is contained in:
Russ Cox 2008-07-03 01:34:48 -04:00
parent d9841dc7ad
commit e05b0ff3eb
11 changed files with 551 additions and 83 deletions

View file

@ -4,6 +4,7 @@ LIBFILES=\
error\
file\
pack\
glob\
LIB=${LIBFILES:%=%.$O} $PLAN9/lib/libventi.a
@ -20,3 +21,10 @@ TARG=vac vacfs unvac
default:V: all
<$PLAN9/src/mkmany
testglob:V: $O.testinc
$O.testinc exc <exc.in >exc.test
diff exc.out exc.test
ls -l exc.out exc.test