9base

revived minimalist port of Plan 9 userland to Unix
git clone git://git.suckless.org/9base
Log | Files | Refs | README | LICENSE

commit 700cf66080b87f33e01e080dd25c6a63529f38aa
parent 943e7db5e47607b82fc4cf0b5806732dd4623aa8
Author: garbeam@mmv.wmii.de <unknown>
Date:   Sun, 18 Dec 2005 16:47:51 +0200

fixed rule

Diffstat:
MMakefile | 2+-
Mconfig.mk | 2+-
Drc/y.tab.h | 30------------------------------
Dyacc/yacc | 0
Dyacc/yacc.o | 0
5 files changed, 2 insertions(+), 32 deletions(-)

diff --git a/Makefile b/Makefile @@ -28,7 +28,7 @@ uninstall: dist: clean @mkdir -p 9base-${VERSION} - @cp -R Makefile README LICENSE config.mk ${SUBDIRS} 9base-${VERSION} + @cp -R Makefile README LICENSE std.mk yacc.mk config.mk ${SUBDIRS} 9base-${VERSION} @tar -cf 9base-${VERSION}.tar 9base-${VERSION} @gzip 9base-${VERSION}.tar @rm -rf 9base-${VERSION} diff --git a/config.mk b/config.mk @@ -5,7 +5,7 @@ PREFIX = /usr/local/9 MANPREFIX = ${PREFIX}/share/man # flags -VERSION = 20051114 +VERSION = 1-rc1 CFLAGS = -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -Os -c -I. -DPREFIX="\"${PREFIX}\"" LDFLAGS = -static diff --git a/rc/y.tab.h b/rc/y.tab.h @@ -1,30 +0,0 @@ -#define FOR 57346 -#define IN 57347 -#define WHILE 57348 -#define IF 57349 -#define NOT 57350 -#define TWIDDLE 57351 -#define BANG 57352 -#define SUBSHELL 57353 -#define SWITCH 57354 -#define FN 57355 -#define WORD 57356 -#define REDIR 57357 -#define DUP 57358 -#define PIPE 57359 -#define SUB 57360 -#define SIMPLE 57361 -#define ARGLIST 57362 -#define WORDS 57363 -#define BRACE 57364 -#define PAREN 57365 -#define PCMD 57366 -#define PIPEFD 57367 -#define ANDAND 57368 -#define OROR 57369 -#define COUNT 57370 - -typedef union { - struct tree *tree; -} YYSTYPE; -extern YYSTYPE yylval; diff --git a/yacc/yacc b/yacc/yacc Binary files differ. diff --git a/yacc/yacc.o b/yacc/yacc.o Binary files differ.