diff options
author | ru <ru@FreeBSD.org> | 2000-11-28 11:18:02 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-28 11:18:02 +0000 |
commit | a59a485f0df5c310b299f86f98712f7fcc3ffb56 (patch) | |
tree | 6ef8532f174d84767dd80b583d395742a063ede0 /share/doc | |
parent | 289cbe5cbd5602cbcffe3591e9e92c9014540a6c (diff) | |
download | FreeBSD-src-a59a485f0df5c310b299f86f98712f7fcc3ffb56.zip FreeBSD-src-a59a485f0df5c310b299f86f98712f7fcc3ffb56.tar.gz |
${GRIND} implies -f.
Diffstat (limited to 'share/doc')
-rw-r--r-- | share/doc/papers/sysperf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.doc.mk> |