Diff
Logged in as anonymous

Differences From Artifact [2a0acaa9dd]:

To Artifact [de8547d324]:


1
2
3
4
5
6
7
8

9
10
11
12
13


1
2
3
4
5

6
7
8
9
10
11
-
-





-
+





# vim:ft=make:

DUMPDIR?=/var/crash
CRASHINFO_ENABLE?=no

savecore: dumpon
.if empty(DUMPDEV:tl:Mno) && exists(${DUMPDEV}) && exists(${DUMPDIR})
	: Saving coredump.
	echo "MRC:$@> Saving coredump."; \
	savecore ${DUMPDIR} ${DUMPDEV}
.if empty(CRASHINFO_ENABLE:tl:Mno)
	crashinfo -d ${DUMPDIR}
.endif
.endif