Skip to content

Commit 24d2143

Browse files
committed
Add module version to 'configure' output
People forget to report it sometimes, while showing configure output.
1 parent 20cd8f1 commit 24d2143

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure

+2
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,8 @@ dkms_check() {
619619
fi
620620
}
621621

622+
echo "Module version: $(./version.sh)"
623+
622624
kernel_find_version #KVERSION
623625
test "$KLIBMOD" || KLIBMOD=$KVERSION
624626
echo "Kernel version: $KVERSION ($KHOW)"

0 commit comments

Comments
 (0)