Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-08 | In string.h, move libc_hidden_proto next to the corresponding declaration. | Bernd Schmidt | |
Filter them out when installing headers. Tested by building up bfin-*linux toolchains and building our copy of uClinux-dist. | |||
2008-05-21 | - Wrap overlong comment-lines. No object-code changes | Bernhard Reutner-Fischer | |
2008-05-09 | fix "make install_kernel_headers" to not create asm-generic | Denis Vlasenko | |
for 2.4 kernels. | |||
2008-05-07 | Split kernel headers installation from "make install_headers". | Denis Vlasenko | |
It is "make install_kernel_headers" now. | |||
2008-05-01 | install_headers: do not exit if unifdef "fails", it's ok | Denis Vlasenko | |
2008-04-30 | install_headers: properly quote things | Denis Vlasenko | |
2008-04-30 | install_headers.sh: detect a case when kernel headers are already | Denis Vlasenko | |
installed in target dir, and dont try to copy them again | |||
2008-04-27 | build system: improve install_headers. | Denis Vlasenko | |
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. | |||
2008-01-05 | zen in #938 writes: | Mike Frysinger | |
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] | |||
2007-03-17 | Have Makefile.in call conf-header.sh instead of having kconfig call it | Rob Landley | |
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. | |||
2007-02-18 | simple script for counting relocs | Mike Frysinger | |
2006-12-12 | we just want the kernel headers, not the whole kernel source ... so people ↵ | Mike Frysinger | |
may need to update their paths slightly | |||
2006-12-11 | kill off the need for fix_includes.sh by utilizing KERNEL_SOURCE directly | Mike Frysinger | |
2006-12-11 | set some default vars to prevent env pollution | Mike Frysinger | |
2006-10-07 | Sergey Lapin says the undefined syscall numbers from unistd.h do not get ↵ | Khem Raj | |
propogated into generated sysnum.h. | |||
2006-09-10 | remove version checking code and add some more comments | Mike Frysinger | |
2006-09-09 | make this stuff actually readable | Mike Frysinger | |
2006-08-24 | - only link asm-generic if it exists. | Bernhard Reutner-Fischer | |
PS: test for existence on Slowaris was disfunctional, last time i looked. Shouldn't matter much here, though.. | |||
2006-03-09 | Add common part of linker scripts to a file and make use of it | Peter S. Mazinger | |
2006-02-28 | disable __gmon_start__ symbol | Mike Frysinger | |
2006-02-28 | add support for glibc initfini.c | Mike Frysinger | |
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 | |
2006-01-27 | update copyright | Mike Frysinger | |
2006-01-27 | just exec the cat | Mike Frysinger | |
2006-01-24 | - make sure that icc generates bits/sysnum.h | Bernhard Reutner-Fischer | |
pgcc would need a completely different treatment here. | |||
2006-01-02 | for /bin/sh, use `` instead of $() as pointed out by Jan-Benedict Glaw on ↵ | Mike Frysinger | |
the mailing list | |||
2005-11-23 | Add template for utils/Makefile and make use of it | Peter S. Mazinger | |
2005-11-21 | Remove TOPDIR | Peter S. Mazinger | |
2005-11-17 | Replace TOPDIR w/ top_builddir | Peter S. Mazinger | |
2005-11-02 | include Rules.mak after noconfig_targets, else it does not pull in .config | Peter S. Mazinger | |
2005-11-01 | Add another Makefile example that will be copied over the root Makefile, ↵ | Peter S. Mazinger | |
adapt script | |||
2005-10-29 | Renamed script to create_makefiles.sh, copy instead of link (to allow cygwin ↵ | Peter S. Mazinger | |
users to build), creates all Makefiles now, should be only used if the master copies are updated | |||
2005-10-28 | Update/add scripts' copyright | Peter S. Mazinger | |
2005-10-28 | Add newly needed Makefiles that can be linked | Peter S. Mazinger | |
2005-10-28 | Use consequently headers-y and headers_clean-y, try avoiding TARGET_ARCH use ↵ | Peter S. Mazinger | |
in main Makefile.in | |||
2005-10-28 | Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ↵ | Peter S. Mazinger | |
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 | |||
2005-10-25 | Add script to create the minimal subset of symlinks | Peter S. Mazinger | |
2005-10-25 | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵ | Peter S. Mazinger | |
archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. | |||
2005-08-23 | some updates from psm to better mirror glibc getent behavior | Mike Frysinger | |
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 | |
2005-02-02 | - updated getent script to match behaviors of newer glibc getent. update ↵ | Ned Ludd | |
from Peter S. Mazinger | |||
2004-11-11 | move getent to extra/scripts/ out of docs/ | Mike Frysinger | |
2004-08-26 | Fixes from gentoo. | Manuel Novoa III | |
2004-03-18 | Alexandre Oliva writes: | Eric Andersen | |
This patch arranges for the .so files in say /usr/lib to be soft links to ../../lib, instead of to /some/arbitrary/pathname/lib. This enables seamless relocation of a toolchain containing the development and run time trees in a sys-root. | |||
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 | |