]> git.sesse.net Git - stockfish/commit
Use "rm -f" instead of "rm" for gcc profiling hack in Makefile
authorJoona Kiiski <joona.kiiski@gmail.com>
Sat, 20 Dec 2014 08:51:53 +0000 (08:51 +0000)
committerJoona Kiiski <joona.kiiski@gmail.com>
Sat, 20 Dec 2014 17:55:18 +0000 (17:55 +0000)
commite5c7b44f7abf49170ffba98940c7c8bf95806d07
treea18b7d0f584c9e7e5e2215f89b8ad1d5c7d93824
parent323103826274c6ea23d36fd05ef0744f8d38cd3f
Use "rm -f" instead of "rm" for gcc profiling hack in Makefile

In some UNIX systems "rm" prompts user for confirmation.
However "rm -f" is always a guaranteed forced deletion.

Also move gcc profiling hack under the correct target

No Functional change

Resolves #168
src/Makefile