summaryrefslogtreecommitdiffstats
path: root/sys/boot/ficl
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>1999-03-17 23:03:36 +0000
committerdcs <dcs@FreeBSD.org>1999-03-17 23:03:36 +0000
commit9d9e06aee3d190ace2892c292596b9eac5fc94fa (patch)
tree72d7de005792b11644c9747908511f006974a81a /sys/boot/ficl
parent6f2266da1286446bde417cdaadbbf7cc738dc617 (diff)
downloadFreeBSD-src-9d9e06aee3d190ace2892c292596b9eac5fc94fa.zip
FreeBSD-src-9d9e06aee3d190ace2892c292596b9eac5fc94fa.tar.gz
Disable trace! until it gets fixed.
Diffstat (limited to 'sys/boot/ficl')
-rw-r--r--sys/boot/ficl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile
index 1bda576..74eca13 100644
--- a/sys/boot/ficl/Makefile
+++ b/sys/boot/ficl/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1999/01/18 19:05:26 msmith Exp $
+# $Id: Makefile,v 1.8 1999/02/04 17:13:30 dcs Exp $
#
LIB= ficl
NOPROFILE= yes
@@ -14,7 +14,7 @@ SOFTWORDS= softcore.fr jhlocal.fr marker.fr freebsd.fr
#SOFTWORDS+= oo.fr classes.fr
.PATH: ${.CURDIR}/softwords
-CFLAGS+= -I${.CURDIR} -DFICL_TRACE
+CFLAGS+= -I${.CURDIR} # -DFICL_TRACE
softcore.c: ${SOFTWORDS} softcore.awk
(cd ${.CURDIR}/softwords; cat ${SOFTWORDS} | awk -f softcore.awk) > ${.TARGET}
OpenPOWER on IntegriCloud