diff options
author | Russ Cox <rsc@swtch.com> | 2012-12-18 07:22:19 -0800 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2012-12-18 07:22:19 -0800 |
commit | cb71c0bdc4f605fceafe10ffd2959af693290145 (patch) | |
tree | 1e9807bf217f21cb2dddea4453011c147b949115 /src/cmd/mkfile | |
parent | 1a512ec048a5c607a01b9fd82561c1601ba87406 (diff) | |
download | plan9port-cb71c0bdc4f605fceafe10ffd2959af693290145.tar.gz plan9port-cb71c0bdc4f605fceafe10ffd2959af693290145.tar.bz2 plan9port-cb71c0bdc4f605fceafe10ffd2959af693290145.zip |
fontsrv: only build when the pieces are there
Diffstat (limited to 'src/cmd/mkfile')
-rw-r--r-- | src/cmd/mkfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/mkfile b/src/cmd/mkfile index 9541f5ca..d2563033 100644 --- a/src/cmd/mkfile +++ b/src/cmd/mkfile @@ -4,8 +4,8 @@ TARG=`ls *.[cy] *.lx | egrep -v "\.tab\.c$|^x\." | sed 's/\.[cy]//; s/\.lx//'` <$PLAN9/src/mkmany -BUGGERED='CVS|faces|factotum|lp|ip|mailfs|upas|vncv|mnihongo|mpm|index|u9fs|secstore|smugfs|snarfer' -DIRS=lex `ls -l |sed -n 's/^d.* //p' |egrep -v "^($BUGGERED)$"|egrep -v '^lex$'` +BUGGERED='CVS|faces|factotum|fontsrv|lp|ip|mailfs|upas|vncv|mnihongo|mpm|index|u9fs|secstore|smugfs|snarfer' +DIRS=lex `ls -l |sed -n 's/^d.* //p' |egrep -v "^($BUGGERED)$"|egrep -v '^lex$'` $FONTSRV <$PLAN9/src/mkdirs |