aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod/sumversion.c
Commit message (Collapse)AuthorAge
* kbuild: do not emit src version warning for non-modulesSam Ravnborg2007-05-02
| | | | | | | | modpost is now called with .o files that are not modules. So do not warn if there is no corresponding .mod file listing .o files (in .tmp_versions/). Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
* kbuild: do not segfault in modpost if MODVERDIR is not definedSam Ravnborg2006-02-19
| | | | | | | | 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>
* kbuild: use warn()/fatal() consistent in modpostSam Ravnborg2006-02-19
| | | | | | modpost.c provides warn() and fatal() - so use them all over the place. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
* [PATCH] kbuild: signed char fixes for scriptsJ.A. Magallon2005-07-27
| | | | | | This time I did not break anything... and they shut up gcc4 ;) Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-16
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!