prepared 9base-5 release - 9base - revived minimalist port of Plan 9 userland t… | |
git clone git://git.suckless.org/9base | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit b4d70c74a47b2b92751a661f74a2b2247362cae6 | |
parent b760594c08c602c775f585b105108e710cf7e811 | |
Author: Anselm R Garbe <[email protected]> | |
Date: Sun, 25 Apr 2010 12:10:12 +0100 | |
prepared 9base-5 release | |
Diffstat: | |
M README | 2 +- | |
M config.mk | 4 ++-- | |
2 files changed, 3 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -21,4 +21,4 @@ References | |
---------- | |
[1] http://swtch.com/plan9port/ | |
---Anselm R. Garbe | |
+--Anselm R Garbe | |
diff --git a/config.mk b/config.mk | |
@@ -5,9 +5,9 @@ PREFIX = /usr/local/plan9 | |
MANPREFIX = ${PREFIX}/share/man | |
VERSION = 5 | |
-#OBJTYPE = 386 | |
+OBJTYPE = 386 | |
#OBJTYPE = arm | |
-OBJTYPE = x86_64 | |
+#OBJTYPE = x86_64 | |
# Linux/BSD | |
#CFLAGS += -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. … |