projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6097f10
)
linux-mod.eclass: minor @USAGE syntax fix
author
Ben Kohler
<bkohler@gentoo.org>
Fri, 6 Sep 2019 16:35:03 +0000
(11:35 -0500)
committer
Ben Kohler
<bkohler@gentoo.org>
Tue, 31 Mar 2020 14:54:35 +0000
(09:54 -0500)
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
eclass/linux-mod.eclass
patch
|
blob
|
history
diff --git
a/eclass/linux-mod.eclass
b/eclass/linux-mod.eclass
index 5b1b8f65cee0c69fa7a94f5ab3afaaf348eb4e56..7c26a4a1539d868c36d752a0b8aaeefcda482df1 100644
(file)
--- a/
eclass/linux-mod.eclass
+++ b/
eclass/linux-mod.eclass
@@
-214,7
+214,7
@@
use_m() {
}
# @FUNCTION: convert_to_m
-# @USAGE:
/path/to/the/file
+# @USAGE:
</path/to/the/file>
# @DESCRIPTION:
# It converts a file (e.g. a makefile) to use M= instead of SUBDIRS=
convert_to_m() {