summaryrefslogtreecommitdiffstats
path: root/contrib/one-true-awk/makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-05-16 19:11:36 +0000
committerru <ru@FreeBSD.org>2005-05-16 19:11:36 +0000
commit78d66df18b9755543261f33b621153a97634a136 (patch)
tree33f1015b814b02b503e72df8a6aea18084ad3991 /contrib/one-true-awk/makefile
parent90fe2c86f7f5001762e4c3af00a323f801d8b737 (diff)
downloadFreeBSD-src-78d66df18b9755543261f33b621153a97634a136.zip
FreeBSD-src-78d66df18b9755543261f33b621153a97634a136.tar.gz
Vendor import of bwk's 24-Apr-2005 release.
Diffstat (limited to 'contrib/one-true-awk/makefile')
-rw-r--r--contrib/one-true-awk/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/one-true-awk/makefile b/contrib/one-true-awk/makefile
index 2de732a..7e09862 100644
--- a/contrib/one-true-awk/makefile
+++ b/contrib/one-true-awk/makefile
@@ -27,9 +27,9 @@ CFLAGS = -O2
CFLAGS =
CC = gcc -Wall -g -Wwrite-strings
+CC = gcc -fprofile-arcs -ftest-coverage
+ # followed by gcov onefile.c; cat onefile.c.gcov
CC = gcc -Wall -g
-CC = /opt/SUNWspro/bin/cc
-CC = /opt/pure/purify/purify cc
CC = cc
YACC = bison -y
@@ -83,4 +83,4 @@ names:
@echo $(LISTING)
clean:
- rm -f a.out *.o *.obj maketab maketab.exe # proctab.c
+ rm -f a.out *.o *.obj maketab maketab.exe *.bb *.bbg *.da *.gcov # proctab.c
OpenPOWER on IntegriCloud