Differences From Artifact [c73d66f500]:
- File dumpon.init — part of check-in [8f80b79392] at 2019-10-20 09:39:12 on branch trunk — fixing a lot of bugs (user: arcade, size: 130) [annotate] [blame] [check-ins using]
To Artifact [dbaf344ef8]:
- File dumpon.init — part of check-in [47c6cc1171] at 2019-10-20 11:54:13 on branch trunk — fix variables, fix execution order (user: arcade, size: 125) [annotate] [blame] [check-ins using]
1 2 3 4 5 | # vim:ft=make: DUMPDEV?=no dumpon: random | | | | 1 2 3 4 5 6 7 8 9 | # vim:ft=make: DUMPDEV?=no dumpon: random .if empty(DUMPDEV:tl:Mno) : Setting dumpon device. dumpon -v ${DUMPDEV} .endif |