| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
* | include Rules.mak after noconfig_targets, else it does not pull in .config | Peter S. Mazinger | 2005-11-02 | 1 | -1/+1 |
* | Add another Makefile example that will be copied over the root Makefile, adap... | Peter S. Mazinger | 2005-11-01 | 1 | -377/+2 |
* | add a headers target when the config file doesnt exist, and move the clean ta... | Mike Frysinger | 2005-10-30 | 1 | -2/+6 |
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -37/+47 |
* | cleanup the release target so that it doesnt kill my svn checkout anymore :/ | Mike Frysinger | 2005-10-29 | 1 | -28/+10 |
* | Correct building locales and backport the changes | Peter S. Mazinger | 2005-10-28 | 1 | -1/+0 |
* | Remove --exclude CVS from tar | Peter S. Mazinger | 2005-10-28 | 1 | -1/+1 |
* | Backport handling of AS_NEEDED | Peter S. Mazinger | 2005-10-28 | 1 | -26/+4 |
* | Backport to current build system | Peter S. Mazinger | 2005-10-28 | 1 | -1/+1 |
* | Allow using ssp w/ current active Makefiles too. Build crts for non-shared ar... | Peter S. Mazinger | 2005-10-27 | 1 | -0/+14 |
* | Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to... | Peter S. Mazinger | 2005-10-27 | 1 | -1/+2 |
* | Do not recurse into ldso if HAVE_SHARED is disabled. | Peter S. Mazinger | 2005-10-14 | 1 | -3/+7 |
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger | 2005-10-12 | 1 | -28/+29 |
* | Remove *.o and *.os running find only once | Peter S. Mazinger | 2005-10-06 | 1 | -2/+1 |
* | Oops, that was a bad wildcard. | "Steven J. Hill" | 2005-10-06 | 1 | -1/+2 |
* | Need to get both .o and .os files. (.os files are built for NPTL) | "Steven J. Hill" | 2005-10-06 | 1 | -1/+1 |
* | Do not recurse into ldso/libc/libpthread on clean | Peter S. Mazinger | 2005-10-04 | 1 | -5/+6 |
* | Clean up pthread include mess. Some of these will be needed to support NPTL, ... | "Steven J. Hill" | 2005-10-04 | 1 | -0/+1 |
* | Split out header installation into separate install_headers target and added ... | Peter S. Mazinger | 2005-09-30 | 1 | -8/+10 |
* | Remove ar-target and shared targets, at build time now we traverse the tree o... | Peter S. Mazinger | 2005-09-28 | 1 | -29/+17 |
* | Check for existing libc.so ld script before trying to modify it | Peter S. Mazinger | 2005-09-27 | 1 | -2/+2 |
* | Do not create libc.so linker script if only development headers are installed | Peter S. Mazinger | 2005-09-27 | 1 | -9/+14 |
* | Target distclean removes now locales.txt/codesets.txt too. reorder clean target. | Peter S. Mazinger | 2005-09-27 | 1 | -1/+3 |
* | Speed up clean target, don't recurse where possible, remove unneeded actions | Peter S. Mazinger | 2005-09-27 | 1 | -8/+7 |
* | Revert earlier patch to install_dev and runtime targets. Need a better solution. | Peter S. Mazinger | 2005-09-26 | 1 | -2/+2 |
* | remove unneeded ';' and add utils to .PHONY | Peter S. Mazinger | 2005-09-26 | 1 | -9/+9 |
* | Add __cxa_atexit and __cxa_finalize, thanks to Stephen Warren. This patch bre... | Peter S. Mazinger | 2005-09-26 | 1 | -0/+10 |
* | Correct targets install_dev and install_runtime to depend on shared | Peter S. Mazinger | 2005-09-26 | 1 | -2/+2 |
* | generate headers after running menuconfig | Mike Frysinger | 2005-09-24 | 1 | -0/+1 |
* | New ssp code using syscalls where possible. | Peter S. Mazinger | 2005-09-23 | 1 | -0/+1 |
* | Don't remove libc-internal.h on install, else gcc does not build | Peter S. Mazinger | 2005-09-23 | 1 | -1/+0 |
* | no check needed in libm/libpthread, we do not recurse anymore if the related ... | Peter S. Mazinger | 2005-09-22 | 1 | -5/+1 |
* | dont screw around with lib/ if it doesnt exist | Mike Frysinger | 2005-09-22 | 1 | -1/+3 |
* | Makefile cleanups | Peter S. Mazinger | 2005-09-22 | 1 | -7/+10 |
* | do not recurse into subdirs if related options are not set | Peter S. Mazinger | 2005-09-21 | 1 | -14/+10 |
* | utils should be built all the time (iconv), disable building readelf | Peter S. Mazinger | 2005-09-21 | 1 | -9/+0 |
* | remove unused headers on install and clean up all thread related ones | Peter S. Mazinger | 2005-09-21 | 1 | -0/+12 |
* | correct some typos | Peter S. Mazinger | 2005-09-21 | 1 | -1/+1 |
* | 'pthread.h' is not the only file that needs to be symlinked. When NPTL gets m... | "Steven J. Hill" | 2005-09-21 | 1 | -0/+1 |
* | dont duplicate pthread.h in include and libpthread subdirs, so symlink it | Mike Frysinger | 2005-09-21 | 1 | -0/+1 |
* | dont install linux/asm headers if KERNEL_SOURCE == DEVEL_PREFIX | Mike Frysinger | 2005-08-17 | 1 | -1/+6 |
* | We _must_ copy include/asm/ and include/linux/ when installing headers, since | Eric Andersen | 2005-08-17 | 1 | -2/+1 |
* | when installing the include files, skip .svn, linux, and asm dirs since they ... | Mike Frysinger | 2005-08-17 | 1 | -1/+3 |
* | Add utils in make clean rule. From paravoid. | Joakim Tjernlund | 2005-08-14 | 1 | -0/+1 |
* | further refine output so the silent mode of make is truly silent | Mike Frysinger | 2005-07-28 | 1 | -18/+24 |
* | Back out nptl changes, which for now will be done in branches/uClibc-nptl | Eric Andersen | 2005-05-20 | 1 | -16/+1 |
* | Fix up some more NPTL stuff for header file symbolic links. | "Steven J. Hill" | 2005-05-15 | 1 | -1/+2 |
* | There were two versions of 'pthreadtypes.h' originally in uClibc. Also, | "Steven J. Hill" | 2005-05-14 | 1 | -9/+13 |
* | In order to accomodate usage of either pthreads implementation, we now | "Steven J. Hill" | 2005-05-14 | 1 | -0/+10 |