Revert r51386, re-enabling building status.png. I believe I have
fixed the underlying problem on the web build machine that was generating errors. Thank you to hrs@ for disabling this until it could be investigated, and to bjk@ for emailing admins@ about the problem. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
f96e0861de
commit
ad614bb4d6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51388
1 changed files with 1 additions and 4 deletions
|
@ -17,10 +17,7 @@ all: ${IMG}
|
|||
update:
|
||||
sh getinfo.sh
|
||||
|
||||
status.png:
|
||||
${TOUCH} ${.TARGET}
|
||||
|
||||
Xstatus.png: ports.plt ports.log
|
||||
status.png: ports.plt ports.log
|
||||
${GNUPLOT} ports.plt
|
||||
${PNGTOPNM} ports.png | ${PNMTOPNG} -i > ${IMG}
|
||||
rm ports.png
|
||||
|
|
Loading…
Reference in a new issue