From a59a485f0df5c310b299f86f98712f7fcc3ffb56 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 28 Nov 2000 11:18:02 +0000 Subject: ${GRIND} implies -f. --- share/doc/papers/sysperf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/doc/papers') diff --git a/share/doc/papers/sysperf/Makefile b/share/doc/papers/sysperf/Makefile index c86fb8f..17152ec 100644 --- a/share/doc/papers/sysperf/Makefile +++ b/share/doc/papers/sysperf/Makefile @@ -15,9 +15,9 @@ paper.tmp: ${LSRCS} (cd ${.CURDIR}; ${TBL} ${LSRCS}) > paper.tmp appendix.tmp: a1.t a2.t - ${GRIND} -f ${.CURDIR}/a1.t | awk '/\.\(\)/{ cnt = 2 } \ + ${GRIND} ${.CURDIR}/a1.t | awk '/\.\(\)/{ cnt = 2 } \ { if (cnt) cnt -= 1; else print $$0; } ' > appendix.tmp - ${GRIND} -f -lcsh ${.CURDIR}/a2.t | awk '/\.\(\)/{ cnt = 2 } \ + ${GRIND} -lcsh ${.CURDIR}/a2.t | awk '/\.\(\)/{ cnt = 2 } \ { if (cnt) cnt -= 1; else print $$0; } ' >> appendix.tmp .include -- cgit v1.1