Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coremark: fix error when it was built in the second run
when there is an error building packages, and re-run with `make -j1 V=s`, the coremark package will report error `mkdir: cannot create directory '.../coremark-d5fad6bd094899101a4e5fd53af7298160ced6ab/XXX': File exists` so, add a check to see if that dir is already there; also add a '/' to the destination folder of the `cp` command fixes immortalwrt#1380
- Loading branch information