From cc490aab0f7b69a13154ed040bf341b72f70d2dd Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Mon, 15 Jan 2018 03:45:04 +0000 Subject: [PATCH] Disable generating status.png temporarily. --- share/tools/portsgrowth/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/share/tools/portsgrowth/Makefile b/share/tools/portsgrowth/Makefile index d231241b7e..23e53d4b88 100644 --- a/share/tools/portsgrowth/Makefile +++ b/share/tools/portsgrowth/Makefile @@ -17,7 +17,10 @@ all: ${IMG} update: sh getinfo.sh -status.png: ports.plt ports.log +status.png: + ${TOUCH} ${.TARGET} + +Xstatus.png: ports.plt ports.log ${GNUPLOT} ports.plt ${PNGTOPNM} ports.png | ${PNMTOPNG} -i > ${IMG} rm ports.png