summaryrefslogtreecommitdiffstats
path: root/contrib/one-true-awk/makefile
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2013-01-03 07:25:30 +0000
committerdelphij <delphij@FreeBSD.org>2013-01-03 07:25:30 +0000
commit2010ab2cd033db0745001efef9d9ebd78c920505 (patch)
treecbfc9f88e2b6529d0fe67b75427d8336c8d60f72 /contrib/one-true-awk/makefile
parent185d79fdec059203ed8a9c75a62f3bc5401d3240 (diff)
downloadFreeBSD-src-2010ab2cd033db0745001efef9d9ebd78c920505.zip
FreeBSD-src-2010ab2cd033db0745001efef9d9ebd78c920505.tar.gz
MFV: one-true-awk 20121220.
MFC after: 1 month
Diffstat (limited to 'contrib/one-true-awk/makefile')
-rw-r--r--contrib/one-true-awk/makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/one-true-awk/makefile b/contrib/one-true-awk/makefile
index 52c7424..88f9924 100644
--- a/contrib/one-true-awk/makefile
+++ b/contrib/one-true-awk/makefile
@@ -26,15 +26,15 @@ CFLAGS = -g
CFLAGS = -O2
CFLAGS =
-CC = gcc -Wall -g
-CC = cc
CC = gcc -Wall -g -Wwrite-strings
CC = gcc -fprofile-arcs -ftest-coverage # then gcov f1.c; cat f1.c.gcov
+CC = gcc -g -Wall -pedantic
CC = gcc -O4 -Wall -pedantic -fno-strict-aliasing
-YACC = bison -y
-YACC = yacc
-YFLAGS = -d
+YACC = bison -d -y
+YACC = yacc -d -S
+#YFLAGS = -d -S
+ # -S uses sprintf in yacc parser instead of sprint
OFILES = b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o
OpenPOWER on IntegriCloud