Diff
Logged in as anonymous

Differences From Artifact [d49d844a3e]:

To Artifact [2a0acaa9dd]:


1
2
3
4
5
6
7

8
9
10

11
12
13
1
2
3
4
5
6

7
8
9

10
11
12
13






-
+


-
+



# vim:ft=make:

DUMPDIR?=/var/crash
CRASHINFO_ENABLE?=no

savecore: dumpon
.if empty(${DUMPDEV:tl:Mno}) && exists(${DUMPDEV}) && exists(${DUMPDIR})
.if empty(DUMPDEV:tl:Mno) && exists(${DUMPDEV}) && exists(${DUMPDIR})
	: Saving coredump.
	savecore ${DUMPDIR} ${DUMPDEV}
.if empty(${CRASHINFO_ENABLE:tl:Mno})
.if empty(CRASHINFO_ENABLE:tl:Mno)
	crashinfo -d ${DUMPDIR}
.endif
.endif