38e81b5640
plan9port ships with an INSTALL script. This commit modifies the builder to use the script instead of a custom build script. The commit also adds a patch to build fontsrv, which is otherwise omitted from the build.
15 lines
589 B
Diff
15 lines
589 B
Diff
diff -r dc0640f14d07 src/cmd/mkfile
|
|
--- a/src/cmd/mkfile Tue Mar 25 23:23:10 2014 -0400
|
|
+++ b/src/cmd/mkfile Mon Apr 14 22:36:05 2014 +0530
|
|
@@ -4,8 +4,8 @@
|
|
|
|
<$PLAN9/src/mkmany
|
|
|
|
-BUGGERED='CVS|faces|factotum|fontsrv|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$'` $FONTSRV
|
|
+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
|
|
|