| tsnarfer: disable during build - plan9port - [fork] Plan 9 from user space | |
| git clone git://src.adamsgaard.dk/plan9port | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 9dbe4a0df903ee76bf72fcaff43dea5bb5bf3f75 | |
| parent 85504cda143e36b92c6693a885ffacc61d05e1a8 | |
| Author: Russ Cox <[email protected]> | |
| Date: Tue, 18 Sep 2012 11:39:24 -0400 | |
| snarfer: disable during build | |
| Don't want to require X11 during OS X build anymore. | |
| R=rsc | |
| http://codereview.appspot.com/6531045 | |
| Diffstat: | |
| M src/cmd/mkfile | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/src/cmd/mkfile b/src/cmd/mkfile | |
| t@@ -4,7 +4,7 @@ TARG=`ls *.[cy] *.lx | egrep -v "\.tab\.c$|^x\." | sed 's/\.[c… | |
| <$PLAN9/src/mkmany | |
| -BUGGERED='CVS|faces|factotum|lp|ip|mailfs|upas|vncv|mnihongo|mpm|index|u9fs|se… | |
| +BUGGERED='CVS|faces|factotum|lp|ip|mailfs|upas|vncv|mnihongo|mpm|index|u9fs|se… | |
| DIRS=lex `ls -l |sed -n 's/^d.* //p' |egrep -v "^($BUGGERED)$"|egrep -v '^lex$… | |
| <$PLAN9/src/mkdirs |