commit | bc7cb1a15a67c859c8c71c4b52bb35fe9425a63d | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Sun Nov 23 18:04:47 2003 +0000 |
committer | rsc <devnull@localhost> | Sun Nov 23 18:04:47 2003 +0000 |
tree | 8ca0fe4e2418e6aa18dc74a236c577a719f6c6ed | |
parent | f08fdedcee12c06e3ce9ac9bec363915978e8289 [diff] [blame] |
new utilities. the .C files compile but are renamed to avoid building automatically.
diff --git a/src/cmd/mkfile b/src/cmd/mkfile new file mode 100644 index 0000000..72a2320 --- /dev/null +++ b/src/cmd/mkfile
@@ -0,0 +1,13 @@ +PLAN9=../.. +<$PLAN9/src/mkhdr + +TARG=`ls *.c | sed 's/\.c//'` +LDFLAGS=$LDFLAGS -lsec -lregexp9 -l9 -lbio -lfmt -lutf + +<$PLAN9/src/mkmany + +BUGGERED='CVS|oplumb|plumb|plumb2|mk|vac' +DIRS=`ls -l |sed -n 's/^d.* //p' |egrep -v "$BUGGERED"` + +<$PLAN9/src/mkdirs +