summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)Author
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
2005-11-13quiet the make -CMike Frysinger
2005-11-08Remove copied sourcesPeter S. Mazinger
2005-11-05dont need to run `find -name .svn` since tar already excludes .svnMike Frysinger
2005-11-02include Rules.mak after noconfig_targets, else it does not pull in .configPeter S. Mazinger
2005-11-02move more rules out of the if HAVE_DOT_CONFIG statement which dont belongMike Frysinger
2005-11-01Create the lib*_pic.a links only if DOPIC is enabledPeter S. Mazinger
2005-11-01Add another Makefile example that will be copied over the root Makefile, ↵Peter S. Mazinger
adapt script
2005-10-31merge headers/clean changes from the config ifMike Frysinger
2005-10-29cleanup the release target so that it doesnt kill my svn checkout anymore :/Mike Frysinger
2005-10-28Correct building locales and backport the changesPeter S. Mazinger
2005-10-28Remove --exclude CVS from tarPeter S. Mazinger