commit 82142399555e85ee46bac35f1b39fbca813a15cb
parent e6963e8c85bf6aa2b86a63663d276c3e94e196d2
Author: garbeam@localhost <unknown>
Date: Tue, 10 Jan 2006 16:15:56 +0200
branch merge from unkown change
Diffstat:
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/README b/README
@@ -4,10 +4,6 @@ This is a port of various original Plan 9 tools for Unix, based on
plan9port [1], mk-with-libs.tgz [2], and wmii [3]. See the LICENSE
file for license details.
-Requirements
-------------
-In order to build 9base you need yacc or bison.
-
Installation
------------
Edit config.mk to match your local setup and execute 'make install'
diff --git a/config.mk b/config.mk
@@ -6,7 +6,7 @@ MANPREFIX = ${PREFIX}/share/man
# flags
VERSION = 1
-CFLAGS = -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -Os -c -I. -DPREFIX="\"${PREFIX}\""
+CFLAGS = -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. -DPREFIX="\"${PREFIX}\""
LDFLAGS = -static
# compiler