Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | touchup headers target somemore so building in subdirs works nicely again | Mike Frysinger | 2006-02-18 | 1 | -4/+2 | |
| | ||||||
* | touchup headers output and make it run smoother | Mike Frysinger | 2006-02-17 | 1 | -15/+19 | |
| | ||||||
* | clean the test dir silently | Mike Frysinger | 2006-02-14 | 1 | -1/+1 | |
| | ||||||
* | ldd usage does not cause a failure in tests and we want to remove it ↵ | Mike Frysinger | 2006-02-13 | 1 | -2/+2 | |
| | | | | anyways, so dont depend on utils for tests | |||||
* | some test uses ldd, make check depend on utils | Peter S. Mazinger | 2006-02-13 | 1 | -1/+1 | |
| | ||||||
* | Paul Brook writes: | Mike Frysinger | 2006-02-11 | 1 | -1/+1 | |
| | | | | | Firstly it wasn't including $(PREFIX) when figuring out if the kernel headers are in already in the the right place. | |||||
* | make build output a little less noisy | Mike Frysinger | 2006-02-04 | 1 | -1/+1 | |
| | ||||||
* | use more portable options since some systems suck | Mike Frysinger | 2006-01-15 | 1 | -3/+3 | |
| | ||||||
* | fix up ability to rename ldso | Mike Frysinger | 2006-01-13 | 1 | -2/+2 | |
| | ||||||
* | only chown on include subdir in DEVEL_PREFIX | Mike Frysinger | 2006-01-12 | 1 | -2/+2 | |
| | ||||||
* | use an exclude from file rather than trying to pass wildcards in shell | Mike Frysinger | 2006-01-08 | 1 | -4/+4 | |
| | ||||||
* | Jan-Benedict Glaw: run shell scripts through $(SHELL) so people | Mike Frysinger | 2006-01-06 | 1 | -2/+2 | |
| | | | | can force it to something other than /bin/sh | |||||
* | Jan-Benedict Glaw: allow people to override the default `tar` | Mike Frysinger | 2006-01-06 | 1 | -3/+3 | |
| | | | | binary via TAR make variable for non-GNU systems | |||||
* | Jan-Benedict Glaw writes: | Mike Frysinger | 2006-01-06 | 1 | -1/+1 | |
| | | | | | The "test" program (aka '[') doesn't know about the operator "==", but "=" is correct (cf. http://www.opengroup.org/onlinepubs/000095399/utilities/test.html). | |||||
* | Merge from branch and add removal of 'tls.h' when using NPTL threads. | "Steven J. Hill" | 2006-01-05 | 1 | -0/+4 | |
| | ||||||
* | Install dummy libc-internal.h | Peter S. Mazinger | 2005-12-10 | 1 | -0/+2 | |
| | ||||||
* | Remove a loop if locales are to be built | Peter S. Mazinger | 2005-12-06 | 1 | -0/+3 | |
| | ||||||
* | Move 'librt' includes to be after pthreads since NPTL will be also be adding ↵ | "Steven J. Hill" | 2005-12-06 | 1 | -1/+1 | |
| | | | | new code for this library. Be afraid, be very afraid. | |||||
* | Remove hp-timing.h on clean | Peter S. Mazinger | 2005-12-05 | 1 | -1/+1 | |
| | ||||||
* | _uintmaxtostr is only internally used, we do not need a rename, ↵ | Peter S. Mazinger | 2005-12-03 | 1 | -0/+1 | |
| | | | | uClibc_uintmaxtostr.h is only internal header, remove from target | |||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -1/+0 | |
| | ||||||
* | Fix make macro. Did you even fricking test this? | "Steven J. Hill" | 2005-12-02 | 1 | -1/+1 | |
| | ||||||
* | I must have been crazy ... | Peter S. Mazinger | 2005-12-01 | 1 | -1/+1 | |
| | ||||||
* | Use $@,$< | Peter S. Mazinger | 2005-12-01 | 1 | -3/+3 | |
| | ||||||
* | link in new hp-timing.h file | Mike Frysinger | 2005-12-01 | 1 | -1/+3 | |
| | ||||||
* | Convert configuration to new build system | Peter S. Mazinger | 2005-11-25 | 1 | -10/+4 | |
| | ||||||
* | Same for utils, renamed install_utils to utils_install to avoid conflict ↵ | Peter S. Mazinger | 2005-11-25 | 1 | -2/+2 | |
| | | | | when added to top Makefile.in | |||||
* | Remove clean target in extra/locale and use locale_clean | Peter S. Mazinger | 2005-11-25 | 1 | -1/+1 | |
| | ||||||
* | Integrate locales into new build system, move everything locale related to ↵ | Peter S. Mazinger | 2005-11-25 | 1 | -17/+1 | |
| | | | | extra/locale, as download, unpack, locale_data.o | |||||
* | Don't remove the directory again, *config did it already | Peter S. Mazinger | 2005-11-25 | 1 | -1/+0 | |
| | ||||||
* | Include libc's Makefile.in last to catch all the objects included by others ↵ | Peter S. Mazinger | 2005-11-25 | 1 | -1/+3 | |
| | | | | that go into libc | |||||
* | forgot to commit added file | Peter S. Mazinger | 2005-11-25 | 1 | -1/+1 | |
| | ||||||
* | locales prepared for new build system, will allow to autobuild locales, not ↵ | Peter S. Mazinger | 2005-11-25 | 1 | -3/+5 | |
| | | | | only use the pregenerated ones | |||||
* | Probably this caused failures in buildroot. Buildroot should run: make ↵ | Peter S. Mazinger | 2005-11-24 | 1 | -3/+1 | |
| | | | | oldconfig; make pregen(headers); make; make install | |||||
* | move all options before non-options as pointed out by Paul Brook | Mike Frysinger | 2005-11-24 | 1 | -1/+1 | |
| | ||||||
* | Do not need ordered includes anymore | Peter S. Mazinger | 2005-11-23 | 1 | -2/+1 | |
| | ||||||
* | Depedencies corrected (less make oldconfig/headers), rerunning make remakes ↵ | Peter S. Mazinger | 2005-11-22 | 1 | -3/+4 | |
| | | | | only headers | |||||
* | remove headers_done since it broke buildroot again | Mike Frysinger | 2005-11-22 | 1 | -5/+1 | |
| | ||||||
* | touchup output and move .PHONY to the shared Makerules so all subdirs get it | Mike Frysinger | 2005-11-22 | 1 | -14/+2 | |
| | ||||||
* | dont want to delete the 64.c files anymore | Mike Frysinger | 2005-11-19 | 1 | -1/+0 | |
| | ||||||
* | Run headers only once, until better solution is found | Peter S. Mazinger | 2005-11-18 | 1 | -1/+5 | |
| | ||||||
* | Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding ↵ | Peter S. Mazinger | 2005-11-17 | 1 | -37/+15 | |
| | | | | foreign objects to a lib | |||||
* | Replace TOPDIR w/ top_builddir | Peter S. Mazinger | 2005-11-17 | 1 | -1/+1 | |
| | ||||||
* | Remove unneeded top_builddir | Peter S. Mazinger | 2005-11-17 | 1 | -8/+8 | |
| | ||||||
* | quiet the make -C | Mike Frysinger | 2005-11-13 | 1 | -2/+2 | |
| | ||||||
* | Remove copied sources | Peter S. Mazinger | 2005-11-08 | 1 | -0/+1 | |
| | ||||||
* | dont need to run `find -name .svn` since tar already excludes .svn | Mike Frysinger | 2005-11-05 | 1 | -2/+1 | |
| | ||||||
* | include Rules.mak after noconfig_targets, else it does not pull in .config | Peter S. Mazinger | 2005-11-02 | 1 | -0/+2 | |
| | ||||||
* | move more rules out of the if HAVE_DOT_CONFIG statement which dont belong | Mike Frysinger | 2005-11-02 | 1 | -6/+6 | |
| | ||||||
* | Create the lib*_pic.a links only if DOPIC is enabled | Peter S. Mazinger | 2005-11-01 | 1 | -0/+2 | |
| |