mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
snarfer: disable during build
Don't want to require X11 during OS X build anymore. R=rsc http://codereview.appspot.com/6531045
This commit is contained in:
parent
85504cda14
commit
9dbe4a0df9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ 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'
|
||||
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$'`
|
||||
|
||||
<$PLAN9/src/mkdirs
|
||||
|
|
Loading…
Reference in a new issue