summaryrefslogtreecommitdiffstats
path: root/extra/scripts
Commit message (Collapse)AuthorAgeFilesLines
* - .. and don't install the config dir, tooBernhard Reutner-Fischer2008-10-101-1/+2
|
* - remove bashism; don't install config/* to the targetBernhard Reutner-Fischer2008-10-101-2/+1
|
* - remove all *_hidden_proto(...) on install_headersBernhard Reutner-Fischer2008-09-261-1/+1
|
* - expand documentationBernhard Reutner-Fischer2008-09-251-0/+8
|
* - remove debug cruftBernhard Reutner-Fischer2008-09-241-1/+1
|
* - deal with ARM specific syscalls. Closes #2894Bernhard Reutner-Fischer2008-09-241-7/+7
|
* - add script to generate lots of failing (random)configsBernhard Reutner-Fischer2008-09-161-0/+26
| | | | | rm -f STOP ; ARCH=i386 nohup extra/scripts/randconfig.sh & if you want to stop it, touch STOP
* In string.h, move libc_hidden_proto next to the corresponding declaration.Bernd Schmidt2008-06-081-1/+2
| | | | | | | Filter them out when installing headers. Tested by building up bfin-*linux toolchains and building our copy of uClinux-dist.
* - Wrap overlong comment-lines. No object-code changesBernhard Reutner-Fischer2008-05-211-4/+6
|
* fix "make install_kernel_headers" to not create asm-genericDenis Vlasenko2008-05-091-7/+11
| | | | | for 2.4 kernels.
* Split kernel headers installation from "make install_headers".Denis Vlasenko2008-05-072-39/+70
| | | | | It is "make install_kernel_headers" now.
* install_headers: do not exit if unifdef "fails", it's okDenis Vlasenko2008-05-011-1/+4
|
* install_headers: properly quote thingsDenis Vlasenko2008-04-301-3/+4
|
* install_headers.sh: detect a case when kernel headers are alreadyDenis Vlasenko2008-04-301-20/+26
| | | | | installed in target dir, and dont try to copy them again
* build system: improve install_headers.Denis Vlasenko2008-04-272-0/+1091
| | | | | | | | | | | | | Now it uses dedicated script instead of inline makefile commands, which helps readability. It also installs asm[-generic] and linux subdirs from kernel headers (previously it had to be done separately). Lastly, it passes each uclibc header thru unifdef, which strips #ifdef UCLIBC_INTERNAL conditional from headers. Currently it's a no-op (no such #ifders in tree). The plan is to have libc_hidden_proto(foo) migrated to headers and guard them by these #ifdefs.
* zen in #938 writes:Mike Frysinger2008-01-051-61/+31
| | | | | | | | I had occasion to look at the uClibc script "getent" and felt compelled to clean out the cargo-cult programming style. I believe that this version is clearer, and I've added some minor features while I was in there: * usage clause, if no arguments or "--help" requested * original version appears to have been intending to "exit 2" on failure to match, but didn't * basic, probably good enough, support for ethers and netgroups * faster ;-) [as if that matters for this script]
* Have Makefile.in call conf-header.sh instead of having kconfig call it Rob Landley2007-03-171-0/+27
| | | | | | via system(). Also move it to extra/scripts since it's a uClibc build script, not part of upstream kconfig. Adjust the "grabbing a new kconfig snapshot" procedure accordingly.
* simple script for counting relocsMike Frysinger2007-02-181-0/+78
|
* we just want the kernel headers, not the whole kernel source ... so people ↵Mike Frysinger2006-12-121-1/+1
| | | | may need to update their paths slightly
* kill off the need for fix_includes.sh by utilizing KERNEL_SOURCE directlyMike Frysinger2006-12-112-161/+4
|
* set some default vars to prevent env pollutionMike Frysinger2006-12-111-0/+2
|
* Sergey Lapin says the undefined syscall numbers from unistd.h do not get ↵Khem Raj2006-10-071-3/+5
| | | | propogated into generated sysnum.h.
* remove version checking code and add some more commentsMike Frysinger2006-09-101-35/+17
|
* make this stuff actually readableMike Frysinger2006-09-091-134/+134
|
* - only link asm-generic if it exists.Bernhard Reutner-Fischer2006-08-241-3/+3
| | | | PS: test for existence on Slowaris was disfunctional, last time i looked. Shouldn't matter much here, though..
* Add common part of linker scripts to a file and make use of itPeter S. Mazinger2006-03-091-0/+3
|
* disable __gmon_start__ symbolMike Frysinger2006-02-281-1/+1
|
* add support for glibc initfini.cMike Frysinger2006-02-281-0/+27
|
* dont generate asm-generic if it already existsMike Frysinger2006-02-231-0/+2
|
* make the fallback case smarterMike Frysinger2006-02-221-4/+3
|
* dont output so many newlinesMike Frysinger2006-02-181-2/+3
|
* update copyrightMike Frysinger2006-01-271-1/+1
|
* just exec the catMike Frysinger2006-01-271-2/+1
|
* - make sure that icc generates bits/sysnum.hBernhard Reutner-Fischer2006-01-241-1/+6
| | | | pgcc would need a completely different treatment here.
* for /bin/sh, use `` instead of $() as pointed out by Jan-Benedict Glaw on ↵Mike Frysinger2006-01-021-16/+16
| | | | the mailing list
* Add template for utils/Makefile and make use of itPeter S. Mazinger2005-11-232-0/+18
|
* Remove TOPDIRPeter S. Mazinger2005-11-218-24/+8
|
* Replace TOPDIR w/ top_builddirPeter S. Mazinger2005-11-171-5/+5
|
* include Rules.mak after noconfig_targets, else it does not pull in .configPeter S. Mazinger2005-11-021-1/+1
|
* Add another Makefile example that will be copied over the root Makefile, ↵Peter S. Mazinger2005-11-012-1/+16
| | | | adapt script
* Renamed script to create_makefiles.sh, copy instead of link (to allow cygwin ↵Peter S. Mazinger2005-10-292-28/+66
| | | | users to build), creates all Makefiles now, should be only used if the master copies are updated
* Update/add scripts' copyrightPeter S. Mazinger2005-10-2812-39/+48
|
* Add newly needed Makefiles that can be linkedPeter S. Mazinger2005-10-282-0/+26
|
* Use consequently headers-y and headers_clean-y, try avoiding TARGET_ARCH use ↵Peter S. Mazinger2005-10-281-4/+2
| | | | in main Makefile.in
* Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ↵Peter S. Mazinger2005-10-281-3/+4
| | | | not exist, we reinclude the including Makefile. Moved arch/common fpu_control.h link creation into main Makefile.in. Updated the link creation script to remove all the other Makefiles
* Add script to create the minimal subset of symlinksPeter S. Mazinger2005-10-251-0/+24
|
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵Peter S. Mazinger2005-10-255-0/+65
| | | | archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally.
* some updates from psm to better mirror glibc getent behaviorMike Frysinger2005-08-231-2/+17
|
* further refine output so the silent mode of make is truly silentMike Frysinger2005-07-281-2/+2
|
* also symlink asm-$TARGET_ARCH if it existsMike Frysinger2005-06-291-0/+3
|