kbuild: do not segfault in modpost if MODVERDIR is not defined
authorSam Ravnborg <sam@mars.ravnborg.org>
Sat, 18 Feb 2006 23:49:37 +0000 (00:49 +0100)
committerSam Ravnborg <sam@mars.ravnborg.org>
Sun, 19 Feb 2006 08:51:22 +0000 (09:51 +0100)
A combination of calling modpost with option -a and MODVERDIR undefined
caused segmentation fault. So provide a default value and accept the
error messages it generates instead.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

No differences found