mirror of
https://git.suckless.org/9base
synced 2025-08-31 20:33:49 -07:00
fixed rule
This commit is contained in:
2
Makefile
2
Makefile
@@ -28,7 +28,7 @@ uninstall:
|
|||||||
|
|
||||||
dist: clean
|
dist: clean
|
||||||
@mkdir -p 9base-${VERSION}
|
@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}
|
@tar -cf 9base-${VERSION}.tar 9base-${VERSION}
|
||||||
@gzip 9base-${VERSION}.tar
|
@gzip 9base-${VERSION}.tar
|
||||||
@rm -rf 9base-${VERSION}
|
@rm -rf 9base-${VERSION}
|
||||||
|
@@ -5,7 +5,7 @@ PREFIX = /usr/local/9
|
|||||||
MANPREFIX = ${PREFIX}/share/man
|
MANPREFIX = ${PREFIX}/share/man
|
||||||
|
|
||||||
# flags
|
# flags
|
||||||
VERSION = 20051114
|
VERSION = 1-rc1
|
||||||
CFLAGS = -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -Os -c -I. -DPREFIX="\"${PREFIX}\""
|
CFLAGS = -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -Os -c -I. -DPREFIX="\"${PREFIX}\""
|
||||||
LDFLAGS = -static
|
LDFLAGS = -static
|
||||||
|
|
||||||
|
30
rc/y.tab.h
30
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;
|
|
BIN
yacc/yacc.o
BIN
yacc/yacc.o
Binary file not shown.
Reference in New Issue
Block a user