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)
commit41370d3b5ec6401c5cf0df82297ed989c03a64bd
tree325c87fdc674e9f53b90e38d36970d9a61265d44
parent9d6e7a709cdb8f43d9a9ac5532b54a3e70415b9b
kbuild: do not segfault in modpost if MODVERDIR is not defined

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>
scripts/mod/sumversion.c