summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)Author
2006-02-28Remove files not used on targetPeter S. Mazinger
2006-02-27Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getoptPeter S. Mazinger
2006-02-26Move _lfs_64.h to include and adapt filesPeter S. Mazinger
2006-02-18use a tempfile while generating sysnum.hMike Frysinger
2006-02-18touchup header handling in other config targetsMike Frysinger
2006-02-18tweak the idea between having a MMU and actually using itMike Frysinger
2006-02-18touchup headers target somemore so building in subdirs works nicely againMike Frysinger
2006-02-17touchup headers output and make it run smootherMike Frysinger
2006-02-14clean the test dir silentlyMike Frysinger
2006-02-13ldd usage does not cause a failure in tests and we want to remove it ↵Mike Frysinger
anyways, so dont depend on utils for tests
2006-02-13some test uses ldd, make check depend on utilsPeter S. Mazinger
2006-02-11Paul Brook writes:Mike Frysinger
Firstly it wasn't including $(PREFIX) when figuring out if the kernel headers are in already in the the right place.
2006-02-04make build output a little less noisyMike Frysinger
2006-01-15use more portable options since some systems suckMike Frysinger
2006-01-13fix up ability to rename ldsoMike Frysinger
2006-01-12only chown on include subdir in DEVEL_PREFIXMike Frysinger
2006-01-08use an exclude from file rather than trying to pass wildcards in shellMike Frysinger
2006-01-06Jan-Benedict Glaw: run shell scripts through $(SHELL) so peopleMike Frysinger
can force it to something other than /bin/sh
2006-01-06Jan-Benedict Glaw: allow people to override the default `tar`Mike Frysinger
binary via TAR make variable for non-GNU systems
2006-01-06Jan-Benedict Glaw writes:Mike Frysinger
The "test" program (aka '[') doesn't know about the operator "==", but "=" is correct (cf. http://www.opengroup.org/onlinepubs/000095399/utilities/test.html).
2006-01-05Merge from branch and add removal of 'tls.h' when using NPTL threads."Steven J. Hill"
2005-12-10Install dummy libc-internal.hPeter S. Mazinger
2005-12-06Remove a loop if locales are to be builtPeter S. Mazinger
2005-12-06Move 'librt' includes to be after pthreads since NPTL will be also be adding ↵"Steven J. Hill"
new code for this library. Be afraid, be very afraid.
2005-12-05Remove hp-timing.h on cleanPeter S. Mazinger
2005-12-03_uintmaxtostr is only internally used, we do not need a rename, ↵Peter S. Mazinger
uClibc_uintmaxtostr.h is only internal header, remove from target
2005-12-03More hiding, including __mempcpyPeter S. Mazinger
2005-12-02Fix make macro. Did you even fricking test this?"Steven J. Hill"
2005-12-01I must have been crazy ...Peter S. Mazinger
2005-12-01Use $@,$<Peter S. Mazinger
2005-12-01link in new hp-timing.h fileMike Frysinger
2005-11-25Convert configuration to new build systemPeter S. Mazinger
2005-11-25Same for utils, renamed install_utils to utils_install to avoid conflict ↵Peter S. Mazinger
when added to top Makefile.in
2005-11-25Remove clean target in extra/locale and use locale_cleanPeter S. Mazinger
2005-11-25Integrate locales into new build system, move everything locale related to ↵Peter S. Mazinger
extra/locale, as download, unpack, locale_data.o
2005-11-25Don't remove the directory again, *config did it alreadyPeter S. Mazinger
2005-11-25Include libc's Makefile.in last to catch all the objects included by others ↵Peter S. Mazinger
that go into libc
2005-11-25forgot to commit added filePeter S. Mazinger
2005-11-25locales prepared for new build system, will allow to autobuild locales, not ↵Peter S. Mazinger
only use the pregenerated ones
2005-11-24Probably this caused failures in buildroot. Buildroot should run: make ↵Peter S. Mazinger
oldconfig; make pregen(headers); make; make install
2005-11-24move all options before non-options as pointed out by Paul BrookMike Frysinger
2005-11-23Do not need ordered includes anymorePeter S. Mazinger
2005-11-22Depedencies corrected (less make oldconfig/headers), rerunning make remakes ↵Peter S. Mazinger
only headers
2005-11-22remove headers_done since it broke buildroot againMike Frysinger
2005-11-22touchup output and move .PHONY to the shared Makerules so all subdirs get itMike Frysinger
2005-11-19dont want to delete the 64.c files anymoreMike Frysinger
2005-11-18Run headers only once, until better solution is foundPeter S. Mazinger
2005-11-17Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding ↵Peter S. Mazinger
foreign objects to a lib
2005-11-17Replace TOPDIR w/ top_builddirPeter S. Mazinger
2005-11-17Remove unneeded top_builddirPeter S. Mazinger