File savecore.init artifact d49d844a3e part of check-in 84d4cb5e66
# vim:ft=make: DUMPDIR?=/var/crash CRASHINFO_ENABLE?=no savecore: dumpon .if empty(${DUMPDEV:tl:Mno}) && exists(${DUMPDEV}) && exists(${DUMPDIR}) : Saving coredump. savecore ${DUMPDIR} ${DUMPDEV} .if empty(${CRASHINFO_ENABLE:tl:Mno}) crashinfo -d ${DUMPDIR} .endif .endif