coremark: add blank log file

This commit is contained in:
coolsnowwolf 2019-05-01 00:32:04 +08:00
parent ccfb2cbeeb
commit cd79fbce3a
2 changed files with 4 additions and 2 deletions

View File

@ -15,7 +15,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=coremark
PKG_RELEASE:=11
PKG_RELEASE:=12
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/eembc/coremark.git

View File

@ -2,4 +2,6 @@
sed -i '/coremark/d' /etc/crontabs/root
echo "0 4 * * 0 /etc/coremark.sh" >> /etc/crontabs/root
crontab /etc/crontabs/root
crontab /etc/crontabs/root
touch /etc/bench.log