darling-newlkm/lkm-make
CuriousTommy 15b295e29e
Inform the user that using "make lkm" is no longer required.
Some users might not aware about the new darlingserver changes. This make it more clear that it using `make lkm/make lkm_install/make lkm_clean` is no longer required.
2022-07-04 21:17:15 -07:00

9 lines
119 B
Bash
Executable File

#!/bin/sh
# So that the user can see at least some build progress
# unset MFLAGS
# unset MAKEFLAGS
# exec make "$@"