debugger.mk: Ignore errors during removal of central core files

This commit is contained in:
Jan Lindemann 2012-03-05 13:07:35 +00:00 committed by Jan Lindemann
commit 9daacfa967

View file

@ -51,5 +51,5 @@ centralcore:
coreclean: centralcore-clean
centralcore-clean:
rm -f /var/cores/core* core*
rm -f /var/cores/core* /var/cores/vgcore* || exit 0