mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
Makefile: fix 2 typos
Fix typos in comments so that they make sense. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
committed by
Masahiro Yamada
parent
70ddb48db4
commit
75ef31221c
4
Makefile
4
Makefile
@@ -1294,8 +1294,8 @@ scripts_unifdef: scripts_basic
|
|||||||
# Install
|
# Install
|
||||||
|
|
||||||
# Many distributions have the custom install script, /sbin/installkernel.
|
# Many distributions have the custom install script, /sbin/installkernel.
|
||||||
# If DKMS is installed, 'make install' will eventually recuses back
|
# If DKMS is installed, 'make install' will eventually recurse back
|
||||||
# to the this Makefile to build and install external modules.
|
# to this Makefile to build and install external modules.
|
||||||
# Cancel sub_make_done so that options such as M=, V=, etc. are parsed.
|
# Cancel sub_make_done so that options such as M=, V=, etc. are parsed.
|
||||||
|
|
||||||
install: sub_make_done :=
|
install: sub_make_done :=
|
||||||
|
|||||||
Reference in New Issue
Block a user