summaryrefslogtreecommitdiff
path: root/extra/scripts
AgeCommit message (Expand)Author
2008-09-26- remove all *_hidden_proto(...) on install_headersBernhard Reutner-Fischer
2008-09-25- expand documentationBernhard Reutner-Fischer
2008-09-24- remove debug cruftBernhard Reutner-Fischer
2008-09-24- deal with ARM specific syscalls. Closes #2894Bernhard Reutner-Fischer
2008-09-16- add script to generate lots of failing (random)configsBernhard Reutner-Fischer
2008-06-08In string.h, move libc_hidden_proto next to the corresponding declaration.Bernd Schmidt
2008-05-21- Wrap overlong comment-lines. No object-code changesBernhard Reutner-Fischer
2008-05-09fix "make install_kernel_headers" to not create asm-genericDenis Vlasenko
2008-05-07Split kernel headers installation from "make install_headers".Denis Vlasenko
2008-05-01install_headers: do not exit if unifdef "fails", it's okDenis Vlasenko
2008-04-30install_headers: properly quote thingsDenis Vlasenko
2008-04-30install_headers.sh: detect a case when kernel headers are alreadyDenis Vlasenko
2008-04-27build system: improve install_headers.Denis Vlasenko
2008-01-05zen in #938 writes:Mike Frysinger
2007-03-17Have Makefile.in call conf-header.sh instead of having kconfig call it Rob Landley
2007-02-18simple script for counting relocsMike Frysinger
2006-12-12we just want the kernel headers, not the whole kernel source ... so people ma...Mike Frysinger
2006-12-11kill off the need for fix_includes.sh by utilizing KERNEL_SOURCE directlyMike Frysinger
2006-12-11set some default vars to prevent env pollutionMike Frysinger
2006-10-07Sergey Lapin says the undefined syscall numbers from unistd.h do not get prop...Khem Raj
2006-09-10remove version checking code and add some more commentsMike Frysinger
2006-09-09make this stuff actually readableMike Frysinger
2006-08-24- only link asm-generic if it exists.Bernhard Reutner-Fischer
2006-03-09Add common part of linker scripts to a file and make use of itPeter S. Mazinger
2006-02-28disable __gmon_start__ symbolMike Frysinger
2006-02-28add support for glibc initfini.cMike Frysinger
2006-02-23dont generate asm-generic if it already existsMike Frysinger
2006-02-22make the fallback case smarterMike Frysinger
2006-02-18dont output so many newlinesMike Frysinger
2006-01-27update copyrightMike Frysinger
2006-01-27just exec the catMike Frysinger
2006-01-24- make sure that icc generates bits/sysnum.hBernhard Reutner-Fischer
2006-01-02for /bin/sh, use `` instead of $() as pointed out by Jan-Benedict Glaw on the...Mike Frysinger
2005-11-23Add template for utils/Makefile and make use of itPeter S. Mazinger
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-11-17Replace TOPDIR w/ top_builddirPeter S. Mazinger
2005-11-02include Rules.mak after noconfig_targets, else it does not pull in .configPeter S. Mazinger
2005-11-01Add another Makefile example that will be copied over the root Makefile, adap...Peter S. Mazinger
2005-10-29Renamed script to create_makefiles.sh, copy instead of link (to allow cygwin ...Peter S. Mazinger
2005-10-28Update/add scripts' copyrightPeter S. Mazinger
2005-10-28Add newly needed Makefiles that can be linkedPeter S. Mazinger
2005-10-28Use consequently headers-y and headers_clean-y, try avoiding TARGET_ARCH use ...Peter S. Mazinger
2005-10-28Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ...Peter S. Mazinger
2005-10-25Add script to create the minimal subset of symlinksPeter S. Mazinger
2005-10-25All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger
2005-08-23some updates from psm to better mirror glibc getent behaviorMike Frysinger
2005-07-28further refine output so the silent mode of make is truly silentMike Frysinger
2005-06-29also symlink asm-$TARGET_ARCH if it existsMike Frysinger
2005-02-02- updated getent script to match behaviors of newer glibc getent. update from...Ned Ludd
2004-11-11move getent to extra/scripts/ out of docs/Mike Frysinger