summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)Author
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
2006-01-06Jan-Benedict Glaw: allow people to override the default `tar`Mike Frysinger
2006-01-06Jan-Benedict Glaw writes:Mike Frysinger
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"
2005-12-05Remove hp-timing.h on cleanPeter S. Mazinger
2005-12-03_uintmaxtostr is only internally used, we do not need a rename, uClibc_uintma...Peter S. Mazinger
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 when...Peter S. Mazinger
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 ex...Peter S. Mazinger
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 t...Peter S. Mazinger
2005-11-25forgot to commit added filePeter S. Mazinger
2005-11-25locales prepared for new build system, will allow to autobuild locales, not o...Peter S. Mazinger
2005-11-24Probably this caused failures in buildroot. Buildroot should run: make oldcon...Peter S. Mazinger
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 o...Peter S. Mazinger
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 foreign...Peter S. Mazinger
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, adap...Peter S. Mazinger
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
2005-10-28Remove binutils-2.16.1 dependency for SSP, now it works with any binutils, bu...Peter S. Mazinger
2005-10-28Use consequently headers-y and headers_clean-y, try avoiding TARGET_ARCH use ...Peter S. Mazinger