From cd79fbce3a52db797f5dbf5e743a3067a5609adc Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Wed, 1 May 2019 00:32:04 +0800 Subject: [PATCH] coremark: add blank log file --- package/lean/coremark/Makefile | 2 +- package/lean/coremark/coremark | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package/lean/coremark/Makefile b/package/lean/coremark/Makefile index dd9533bcc..961676c9c 100644 --- a/package/lean/coremark/Makefile +++ b/package/lean/coremark/Makefile @@ -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 diff --git a/package/lean/coremark/coremark b/package/lean/coremark/coremark index a2f84725d..8ddab7956 100755 --- a/package/lean/coremark/coremark +++ b/package/lean/coremark/coremark @@ -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 \ No newline at end of file +crontab /etc/crontabs/root + +touch /etc/bench.log \ No newline at end of file