Commit 027464cb authored by Franco Fichtner's avatar Franco Fichtner

make: add remount; sometimes I'm too lazy

parent 4a2943f7
......@@ -14,6 +14,8 @@ mount: force
umount: force
umount -f "<above>:${.CURDIR}/src"
remount: umount mount
CORE_COMMIT!= ${.CURDIR}/scripts/version.sh
CORE_VERSION= ${CORE_COMMIT:C/-.*$//1}
CORE_HASH= ${CORE_COMMIT:C/^.*-//1}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment