提交 b767b905 编写于 作者: A Amerigo Wang 提交者: Sam Ravnborg

kbuild: fix build error during make htmldocs

Fix the following build error when do 'make htmldocs':

 DOCPROC Documentation/DocBook/debugobjects.xml
exec /scripts/kernel-doc: No such file or directory
exec /scripts/kernel-doc: No such file or directory
Reported-by: NRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: NWANG Cong <amwang@redhat.com>
Acked-by: NRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
上级 fb20871a
...@@ -385,7 +385,7 @@ int main(int argc, char *argv[]) ...@@ -385,7 +385,7 @@ int main(int argc, char *argv[])
if (!srctree) if (!srctree)
srctree = getcwd(NULL, 0); srctree = getcwd(NULL, 0);
kernsrctree = getenv("KBUILD_SRC"); kernsrctree = getenv("KBUILD_SRC");
if (!kernsrctree) if (!kernsrctree || !*kernsrctree)
kernsrctree = srctree; kernsrctree = srctree;
if (argc != 3) { if (argc != 3) {
usage(); usage();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册