Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a spelling typo. | Doug Goldstein | 2011-01-04 | 1 | -2/+2 |
| | |||||
* | Bug #323717 again: Merge patch from Nick Bowler <nbowler@draconx.ca> to ↵ | Robin H. Johnson | 2010-08-05 | 1 | -17/+21 |
| | | | | handle localversion differently so that it should work on more kernels. Note that if the kernel.release file is out of date however, it will install modules to the wrong location now. | ||||
* | Bug #323717: Newer kernels change the build of localversion a lot, so we ↵ | Robin H. Johnson | 2010-08-03 | 1 | -10/+17 |
| | | | | need to keep up with the times. | ||||
* | Add better support for finding out-of-tree builds when searching in /lib/modules | Jonathan Callen | 2010-06-17 | 1 | -2/+8 |
| | |||||
* | Factor out the function used to validate the makefile for the extraction method. | Robin H. Johnson | 2010-01-17 | 1 | -14/+20 |
| | |||||
* | Merge first part of patch from bug #87242: New warning output method and ↵ | Robin H. Johnson | 2010-01-17 | 1 | -2/+3 |
| | | | | support for another assignment type in makefile non-exec parsing. | ||||
* | Bug #286145: More flexible logic for OUTPUT_DIR defaults. | Robin H. Johnson | 2010-01-10 | 1 | -3/+2 |
| | |||||
* | Inside kernel_is, use a non-keyword for the variable name, and quote the ↵ | Robin H. Johnson | 2010-01-10 | 1 | -9/+9 |
| | | | | actual check at the end. | ||||
* | Bug #283320: major change now, as warned about 1 month ago in ↵ | Robin H. Johnson | 2010-01-10 | 1 | -17/+4 |
| | | | | http://thread.gmane.org/gmane.linux.gentoo.devel/64125. ALL linux_chkconfig calls MUST be preceeded by a linux_config*exists function. CONFIG_CHECK warning mode (~) no longer requires existence of kernel sources or any configuration. The eclass no longer introduces linux-sources into the dependency tree. | ||||
* | Bug #300306, #167385: One side effect of the non-exec check version for the ↵ | Robin H. Johnson | 2010-01-10 | 1 | -7/+22 |
| | | | | kernel makefile is that it did not pick up appends, breaking builds on some patched kernels. Try the exec version first now, with a fallback. | ||||
* | Display any configured warning or error message along with the list of ↵ | Robin H. Johnson | 2010-01-10 | 1 | -2/+8 |
| | | | | config options when we cannot detect a config. | ||||
* | Forgot the argument for the nice output of the QA check. | Robin H. Johnson | 2009-12-11 | 1 | -8/+8 |
| | |||||
* | Add a QA warning if you call linux_chkconfig* and linux_config* was not called. | Robin H. Johnson | 2009-12-11 | 1 | -4/+32 |
| | |||||
* | Better legacy-mode support for linux-info until the migration is completed, ↵ | Robin H. Johnson | 2009-12-11 | 1 | -2/+2 |
| | | | | thanks to darkside_ for finding the issue. | ||||
* | whitespace | Markus Meier | 2009-10-11 | 1 | -4/+4 |
| | |||||
* | One backwards compatability fix while we are working on checking all ebuilds ↵ | Robin H. Johnson | 2009-09-13 | 1 | -2/+4 |
| | | | | for the linux-info change. | ||||
* | get_version should use linux_config_src_exists to check for source. | Robin H. Johnson | 2009-09-08 | 1 | -2/+2 |
| | |||||
* | Typo in the last commit. | Robin H. Johnson | 2009-09-06 | 1 | -2/+2 |
| | |||||
* | Bug 28330: Fix two instances where we want any version, not just the sources ↵ | Robin H. Johnson | 2009-09-06 | 1 | -3/+4 |
| | | | | version. | ||||
* | Match the function prototype that allows "-OP" form, which matches the bash ↵ | Robin H. Johnson | 2009-09-06 | 1 | -7/+7 |
| | | | | versions. | ||||
* | Bug 283320: Minor bug from the refactoring. | Robin H. Johnson | 2009-09-06 | 1 | -2/+2 |
| | |||||
* | Bug 28330: Provide a function to get the source or running version sanely. | Robin H. Johnson | 2009-09-06 | 1 | -6/+17 |
| | |||||
* | Bug #283320: The dependancy for linux-sources now moves into linux-mod, ↵ | Robin H. Johnson | 2009-09-06 | 1 | -2/+5 |
| | | | | where it is actually required. | ||||
* | Bug 283320: Fix minor typo for config.gz. Improve ewarn output, more migration. | Robin H. Johnson | 2009-09-06 | 1 | -4/+5 |
| | |||||
* | Make get_version quieter over repeated calls. | Robin H. Johnson | 2009-09-06 | 1 | -15/+30 |
| | |||||
* | Bug #283320: Part of the migration work to make linux-info non-fatal. ↵ | Robin H. Johnson | 2009-09-06 | 1 | -17/+78 |
| | | | | Currently gets enabled with I_KNOW_WHAT_I_AM_DOING in the env for the .config reading. Also uses the currently running version if no sources at all available. | ||||
* | Implement a variant of getfilevar that does not use Make to fetch the ↵ | Robin H. Johnson | 2009-08-30 | 1 | -14/+46 |
| | | | | variable, and thusly does not fail out due to missing dependancies. Also fix totally broken checks in check_zlibinflate, that called a non-existing function. | ||||
* | If we need to perform an optional kernel config check, and there are no ↵ | Robin H. Johnson | 2009-07-04 | 1 | -1/+7 |
| | | | | configured kernel sources present, just warn the user rather than being totally silent. | ||||
* | Fix obvious typo in comments. Thanks to zlin for noticing. | Peter Alfredsen | 2009-03-27 | 1 | -2/+2 |
| | |||||
* | whitespace | Markus Meier | 2009-01-12 | 1 | -2/+2 |
| | |||||
* | avoid changing of directory, reported by Tanktalus in bug #229223 | Daniel Drake | 2008-12-03 | 1 | -6/+3 |
| | |||||
* | Add documentation from Fabio Rossi in bug #217562 | Daniel Drake | 2008-10-31 | 1 | -47/+151 |
| | |||||
* | move get_version call to more sensible place, thanks to Jakub Moc and Sok ↵ | Daniel Drake | 2008-03-21 | 1 | -4/+4 |
| | | | | Ann Yap in bug #213978 | ||||
* | Fix require_kernel_config call thanks to Pacho Ramos in bug #207207 | Daniel Drake | 2008-01-23 | 1 | -2/+2 |
| | |||||
* | Don't require a configured kernel to detect kernel version, or if all ↵ | Daniel Drake | 2008-01-22 | 1 | -29/+66 |
| | | | | CONFIG_CHECK items are prefixed with ~ | ||||
* | kernel related eclasses are maintained by kernel-misc@gentoo.org. | Christian Heim | 2007-10-03 | 1 | -3/+3 |
| | |||||
* | people have had plenty of time to transition to linux-info for ↵ | Mike Frysinger | 2007-10-01 | 1 | -5/+9 |
| | | | | set_arch_to_kernel/set_arch_to_portage ... time is up | ||||
* | set object output dir when checking kernel version | Daniel Drake | 2006-12-07 | 1 | -2/+2 |
| | |||||
* | Fix KV_OUT detection | Stefan Schweizer | 2006-12-05 | 1 | -3/+3 |
| | |||||
* | Adding a warning for users using gcc-4 on linux-2.4 based kernel/module ↵ | Christian Heim | 2006-09-07 | 1 | -1/+18 |
| | | | | versions. | ||||
* | Only append git local versions when LOCALVERSION_AUTO is set. | Michael Marineau | 2006-07-21 | 1 | -1/+2 |
| | |||||
* | Add support for getting the localversion appended by git trees. | Michael Marineau | 2006-07-20 | 1 | -1/+5 |
| | |||||
* | fix and improve check_extra_config() - see bug #133026 | Alin Năstac | 2006-05-22 | 1 | -36/+48 |
| | |||||
* | revert previous change, this breaks @CONFIG checks. | John Mylchreest | 2006-05-11 | 1 | -30/+27 |
| | |||||
* | check_extra_config() : correct result report and die decision | Alin Năstac | 2006-05-07 | 1 | -27/+30 |
| | |||||
* | Fixes bug #120357, Thanks Andreas | John Mylchreest | 2006-03-03 | 1 | -3/+3 |
| | |||||
* | Fixes bug #118630, thanks Carlo | John Mylchreest | 2006-03-03 | 1 | -11/+11 |
| | |||||
* | Make virtual/linux-sources dep conditional on kernel_linux | Emanuele Giaquinta | 2006-02-16 | 1 | -2/+2 |
| | |||||
* | Fixed bug #120233. | Henrik Brix Andersen | 2006-02-08 | 1 | -1/+4 |
| | |||||
* | Fix a bash 3.1ism | Daniel Drake | 2006-01-20 | 1 | -2/+2 |
| |