diff options
author | rsc <devnull@localhost> | 2004-03-25 23:03:57 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-03-25 23:03:57 +0000 |
commit | 8ad517944e46710ab832350c0dc3fc4e9239f7e2 (patch) | |
tree | 7b99a1833e1b303719c2aac75e3f7e82482b42ab /src/cmd/mkfile | |
parent | cb27443abf3d6af6ab52377c71c843e619928433 (diff) | |
download | plan9port-8ad517944e46710ab832350c0dc3fc4e9239f7e2.tar.gz plan9port-8ad517944e46710ab832350c0dc3fc4e9239f7e2.tar.bz2 plan9port-8ad517944e46710ab832350c0dc3fc4e9239f7e2.zip |
Today's changes.
More changes.
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 3ad7ea7a..292c051b 100644 --- a/src/cmd/mkfile +++ b/src/cmd/mkfile @@ -3,11 +3,11 @@ PLAN9=../.. TARG=`ls *.c | sed 's/\.c//'` LDFLAGS=$LDFLAGS -SHORTLIB=sec fs mux regexp9 thread bio 9 +SHORTLIB=mach sec fs mux regexp9 thread bio 9 <$PLAN9/src/mkmany -BUGGERED='CVS|9term|faces|factotum|htmlfmt|mk|rio|upas|vac|venti' +BUGGERED='CVS|faces|factotum|htmlfmt|mk|upas|vac|venti' DIRS=`ls -l |sed -n 's/^d.* //p' |egrep -v "^($BUGGERED)$"` <$PLAN9/src/mkdirs |