diff options
author | wkj <devnull@localhost> | 2004-04-21 05:56:24 +0000 |
---|---|---|
committer | wkj <devnull@localhost> | 2004-04-21 05:56:24 +0000 |
commit | 2c7cc0faaf79742d021f72e103b4d828a581df4e (patch) | |
tree | 34178b948386d83d7a0d61f681f2036640267ff0 /src/cmd/mkfile | |
parent | 7ac9b0e140bed0b34dc88674b3098caa5e193acf (diff) | |
download | plan9port-2c7cc0faaf79742d021f72e103b4d828a581df4e.tar.gz plan9port-2c7cc0faaf79742d021f72e103b4d828a581df4e.tar.bz2 plan9port-2c7cc0faaf79742d021f72e103b4d828a581df4e.zip |
Document recent changes.
Make lex really compile in rsc's world.
Diffstat (limited to 'src/cmd/mkfile')
-rw-r--r-- | src/cmd/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/mkfile b/src/cmd/mkfile index 350769ef..477ca474 100644 --- a/src/cmd/mkfile +++ b/src/cmd/mkfile @@ -6,7 +6,7 @@ SHORTLIB=sec fs mux regexp9 draw thread bio 9 <$PLAN9/src/mkmany -BUGGERED='CVS|faces|factotum|mailfs|mk|upas|vac|venti|lex' +BUGGERED='CVS|faces|factotum|mailfs|mk|upas|vac|venti' DIRS=`ls -l |sed -n 's/^d.* //p' |egrep -v "^($BUGGERED)$"` <$PLAN9/src/mkdirs |