mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-26 07:13:55 +01:00
debugger.mk: Ignore errors during removal of central core files
This commit is contained in:
parent
b38ccbda9e
commit
9daacfa967
1 changed files with 1 additions and 1 deletions
|
|
@ -51,5 +51,5 @@ centralcore:
|
||||||
coreclean: centralcore-clean
|
coreclean: centralcore-clean
|
||||||
|
|
||||||
centralcore-clean:
|
centralcore-clean:
|
||||||
rm -f /var/cores/core* core*
|
rm -f /var/cores/core* /var/cores/vgcore* || exit 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue