Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-23 | dont generate asm-generic if it already exists | Mike Frysinger | |
2006-02-22 | make the fallback case smarter | Mike Frysinger | |
2006-02-18 | dont output so many newlines | Mike Frysinger | |
2005-10-28 | Update/add scripts' copyright | Peter S. Mazinger | |
2005-07-28 | further refine output so the silent mode of make is truly silent | Mike Frysinger | |
2005-06-29 | also symlink asm-$TARGET_ARCH if it exists | Mike Frysinger | |
2004-08-26 | Fixes from gentoo. | Manuel Novoa III | |
2004-02-12 | Add our own copies of the include/scsi header files, per what glibc | Eric Andersen | |
does, rather than depending on the kernel header files. -Erik | |||
2004-01-02 | Cope with 2.6.x headers | Eric Andersen | |
2003-11-29 | Minor typo fix. | Manuel Novoa III | |
2003-11-05 | Kill off "mipsel" and just use "mips" | Eric Andersen | |
2003-09-30 | oops. | Eric Andersen | |
2003-09-17 | Patch from Philip Nye fixing mmu-less | Eric Andersen | |
2003-09-11 | Stefan Allius writes: | Eric Andersen | |
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. | |||
2003-09-09 | Fix grammar | Eric Andersen | |
2003-09-04 | Minor cosmetic cleanups to avoid getting spurious bug reports. | Eric Andersen | |
2003-09-03 | Let "$KERNEL_SOURCE/include/asm" be either a link or a directory. | Eric Andersen | |
2003-09-01 | Remove a bunch of guessing about the location of the kernel | Eric Andersen | |
headers. Move most of that into a script, and warn loudly when having to guess. -Erik |