Disable generating status.png temporarily.
This commit is contained in:
parent
7812996e5f
commit
cc490aab0f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51386
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue