Introduction
Introduction Statistics Contact Development Disclaimer Help
update - 9base - revived minimalist port of Plan 9 userland to Unix
git clone git://git.suckless.org/9base
Log
Files
Refs
README
LICENSE
---
commit 63069fc74a8ca095331d8b8a4bed51a6bb85edd8
parent 059dcd31c983441d637d17f521ef6dd144215694
Author: Anselm R Garbe <[email protected]>
Date: Mon, 3 Aug 2009 10:13:59 +0100
update
Diffstat:
M .hgtags | 2 --
M config.mk | 7 ++++---
2 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/.hgtags b/.hgtags
@@ -1,4 +1,2 @@
49087403b7b7fc7e64f52e71fc576b92bb8aa158 1
538338114742f2e81f6c52a5a323bdf7ca0d5d86 2
-664144b8c1a4e0aae3535eb49ee0bc2d3679da5a snap
-8ab76db4077c67fe71a34f8f287b69a3adf9de03 snap
diff --git a/config.mk b/config.mk
@@ -4,9 +4,10 @@
PREFIX = /usr/local/plan9
MANPREFIX = ${PREFIX}/share/man
-VERSION = 200907
-# 386, arm, etc31
-OBJTYPE = x86_64
+VERSION = 3
+OBJTYPE = 386
+#OBJTYPE = arm
+#OBJTYPE = x86_64
# Linux/BSD
CFLAGS = -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. -D…
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.