Check-in [3e8f3b3326]
Logged in as anonymous
Overview
Comment:rewrite file
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 3e8f3b332687dfd40b35dbe08cb98e437471e457f7b7cce9863cd7a2e43ac36a
User & Date: arcade on 2019-10-20 12:27:34.247
Other Links: manifest | tags
Context
2019-10-20
12:27
fix test and prevent service start check-in: b4e23b21af user: arcade tags: trunk
12:27
rewrite file check-in: 3e8f3b3326 user: arcade tags: trunk
11:54
fix variables, fix execution order check-in: 47c6cc1171 user: arcade tags: trunk
Changes
1
2
3
4
5
6
7
# vim:ft=make:

DMESG_FILE?=/var/run/dmesg.boot

dmesg: mountlate
	: Writing dmesg.
	umask 022 ; dmesg -a > ${DMESG_FILE}






|
1
2
3
4
5
6
7
# vim:ft=make:

DMESG_FILE?=/var/run/dmesg.boot

dmesg: mountlate
	: Writing dmesg.
	umask 022 ; dmesg -a >> ${DMESG_FILE}