Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 273890 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
 http://code.swtch.com/plan9port/issue/77/
 http://code.swtch.com/plan9port/issue/77/
1
-- plan9/src/cmd/mkfile
1
++ plan9.new/src/cmd/mkfile
Lines 1-10 Link Here
1
<$PLAN9/src/mkhdr
1
<$PLAN9/src/mkhdr
2
2
3
TARG=`ls *.[cy] *.lx | egrep -v "\.tab\.c$|^x\." | sed 's/\.[cy]//; s/\.lx//'`
3
TARG=`ls *.[cy] | egrep -v "\.tab\.c$|^x\." | sed 's/\.[cy]//; s/\.lx//'`
4
4
5
<$PLAN9/src/mkmany
5
<$PLAN9/src/mkmany
6
6
7
BUGGERED='CVS|faces|factotum|lp|ip|mailfs|upas|vncv|mnihongo|mpm|index|u9fs|secstore|smugfs'
7
BUGGERED='CVS|faces|factotum|lp|ip|mailfs|upas|vncv|mnihongo|mpm|index|u9fs|secstore|smugfs|grap|pic|tpic'
8
DIRS=lex `ls -l |sed -n 's/^d.* //p' |egrep -v "^($BUGGERED)$"|egrep -v '^lex$'`
8
DIRS=lex `ls -l |sed -n 's/^d.* //p' |egrep -v "^($BUGGERED)$"|egrep -v '^lex$'`
9
9
10
<$PLAN9/src/mkdirs
10
<$PLAN9/src/mkdirs

Return to bug 273890