summaryrefslogtreecommitdiffstats
path: root/extra/scripts/fix_includes.sh
Commit message (Collapse)AuthorAgeFilesLines
* Kill off "mipsel" and just use "mips"Eric Andersen2003-11-051-4/+0
|
* oops.Eric Andersen2003-09-301-8/+8
|
* Patch from Philip Nye fixing mmu-lessEric Andersen2003-09-171-1/+1
|
* Stefan Allius writes:Eric Andersen2003-09-111-4/+4
| | | | | | | | | 1. Under Solaris the test command with the 'string' argument don't work well. So I added the '-n' argument, which might work on all platforms. 2. The sed under Solaris don't support the '-s' argument, which is a GNU extension. I changed it to '-e' which works fine for me.
* Fix grammarEric Andersen2003-09-091-4/+4
|
* Minor cosmetic cleanups to avoid getting spurious bug reports.Eric Andersen2003-09-041-5/+19
|
* Let "$KERNEL_SOURCE/include/asm" be either a link or a directory.Eric Andersen2003-09-031-2/+2
|
* Remove a bunch of guessing about the location of the kernelEric Andersen2003-09-011-0/+154
headers. Move most of that into a script, and warn loudly when having to guess. -Erik