summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix #142442.Tim Yamin2006-08-041-2/+2
|
* drop pointless use ppc wrap around sedMike Frysinger2006-08-011-4/+4
|
* Make headers___fix use a word match which should work better.Tim Yamin2006-07-281-5/+3
|
* Remove doc USE flag, kernel docs and manpages are now provided by ↵Daniel Drake2006-07-241-43/+4
| | | | sys-kernel/linux-docs
* Only set IUSE="gcc64" for linux-headers; add "gcc64" flag to use.local.desc; ↵Tim Yamin2006-07-171-2/+2
| | | | fix bug #140364.
* Reuse ebuild's HOMEPAGE, not just plainly ignore itChristian Heim2006-07-161-2/+2
|
* QA: Added gcc64 to IUSE for ETYPE == headers.Danny van Dyk2006-07-121-2/+2
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2006-06-101-2/+2
|
* Added RESTRICT="binchecks strip", thanks to jakub in bug #134453.Henrik Brix Andersen2006-05-281-1/+4
|
* close bug #132152, make defconfig requires working linux-headers to succeed, ↵John Mylchreest2006-05-081-5/+16
| | | | but we dont need to succeed to actually install.
* Replace cp -ax with cp -pPR and chown root:root with chown root:0, for ↵Diego Elio Pettenò2006-05-061-9/+9
| | | | crosscompilers on BSD userland.
* add support for *old* kernels. fixes bug #131559John Mylchreest2006-05-051-2/+5
|
* fixing bug #113614 once and for-all, unset KBUILD_OUTPUT very early on in ↵John Mylchreest2006-05-041-9/+5
| | | | global if these are kernel headers.
* add missing xmakeopts, this will break make defconfig on several archsJohn Mylchreest2006-05-031-2/+2
|
* provide fix for 2.6.17 make of version.h depending on oldconfig and throwing ↵John Mylchreest2006-05-031-16/+19
| | | | an error if the .config is not valid, dont call the special unpack conditions for sources (we dont need to). This should be 2.4-2.6.17+ safe
* hide version.h not existing in make mrproper during unpackJohn Mylchreest2006-04-241-2/+2
|
* add ability to tweak the config for whiny targetsMike Frysinger2006-04-111-2/+19
|
* run mrproper before building version.h as mrproper will delete the header on usMike Frysinger2006-04-111-2/+2
|
* use sysroot location for cross-compilersMike Frysinger2006-04-091-2/+2
|
* set ABI=$KERNEL_ABI in pkg_setupSimon Stelling2006-04-091-1/+2
|
* Change logic ever so slightly in symlink handlingJohn Mylchreest2006-03-271-2/+2
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2006-03-181-6/+6
|
* use _E_CROSS_HEADERS_ONLY in USE rather than env varMike Frysinger2006-03-151-4/+2
|
* Add support for K_NOUSEPR to stop adding of PR to EXTRAVERSION, this is used ↵Robin H. Johnson2006-03-081-5/+42
| | | | for git-sources.
* Fixes bug #113261John Mylchreest2006-03-031-2/+2
|
* move EXPORT_FUNCTIONS definition to one line to make it easier to grep/parseMike Frysinger2006-02-281-3/+2
|
* Fixes bug #113614, thanks go to: Max Loparyev & Ben PeddellJohn Mylchreest2006-02-261-2/+7
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2006-02-171-2/+2
|
* touchup the kernel-2_hook_premake check so an error isnt shown when ↵Mike Frysinger2006-01-291-2/+2
| | | | kernel-2_hook_premake() is not defined
* add an unpack hook for further source control before we run makeMike Frysinger2006-01-271-1/+5
|
* change -bk to -git to handle naming change with the kernel nightly snapshotsGreg Kroah-Hartman2006-01-201-9/+9
|
* Add support for powerpc tree for linux-headers install.Daniel Ostrow2006-01-101-1/+9
|
* Add "inline" -> "__inline__" conversion in headers___fix to satisfy ANSI ↵Tim Yamin2005-12-211-1/+2
| | | | compliance.
* add an unpack function for 2.6 headers, unify duplicated env setups into one ↵Mike Frysinger2005-11-181-24/+43
| | | | function, and add support for installing kernel headers without a proper compiler (for use with a bootstrap C compiler)
* run make dep for all 2.4 targets, not just sparcMike Frysinger2005-11-111-2/+2
|
* make the run a little more quietMike Frysinger2005-11-021-3/+3
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2005-10-131-2/+2
|
* Fixes bug #102004John Mylchreest2005-10-101-5/+7
|
* Removing devfsd block. Should keep everyone happy. Any bugs coming in need ↵John Mylchreest2005-10-071-6/+1
| | | | to be closed WONTFIX and users to use static-dev or udev.
* Fixes a bug, which I cant find :) Also helps out those who want static /dev, ↵John Mylchreest2005-09-291-6/+9
| | | | afterall virtual/dev-manager is correct in base profiles
* Apply whitespace checks from repoman to eclasses.Sven Wegener2005-09-251-2/+2
|
* run make in silent mode and remove arm/s390 crap from doc buildingMike Frysinger2005-09-151-10/+13
|
* Quick fix for some minor bugs. SHould now install docs in KPATCH_DIR OK ↵John Mylchreest2005-09-121-2/+12
| | | | (although the implementation is a little poor since there is a re-write which deals with everything correctly) and also checks docs exist first - I cant re-create this but its sane anyways.
* Do not run 'make mrproper' in pkg_prerm() since it causes too much ↵Henrik Brix Andersen2005-08-311-19/+2
| | | | confusion, bug #101426.
* No need to treat IUSE as incremental, portage handles it.Sven Wegener2005-08-231-3/+3
|
* make symlinks for 2.4 headersMike Frysinger2005-08-231-3/+3
|
* apply whitespace checks from repoman to eclassesSven Wegener2005-08-221-2/+2
|
* forced arm asm soft linking in case the link already existsMike Frysinger2005-08-131-4/+4
|
* ading support for deprecated devfs in 2.6.13John Mylchreest2005-07-211-1/+9
|
* clean up multilib header creation, add support for s390 / s390x, and punt ↵Mike Frysinger2005-07-211-24/+25
| | | | virtual/kernel