aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2009-08-17always define CONFIG_SHELLBernhard Reutner-Fischer1-0/+2
2009-08-17support building out-of-treeBernhard Reutner-Fischer1-4/+7
2008-09-11- add some helpful help text, as advertised.Bernhard Reutner-Fischer1-0/+1
2005-11-21Remove TOPDIRPeter S. Mazinger1-3/+1
2005-11-02include Rules.mak after noconfig_targets, else it does not pull in .configPeter S. Mazinger1-1/+1
2005-11-01Add another Makefile example that will be copied over the root Makefile, adap...Peter S. Mazinger1-377/+2
2005-10-30add a headers target when the config file doesnt exist, and move the clean ta...Mike Frysinger1-2/+6
2005-10-29Replace all Makefiles for new build infrastucturePeter S. Mazinger1-37/+47
2005-10-29cleanup the release target so that it doesnt kill my svn checkout anymore :/Mike Frysinger1-28/+10
2005-10-28Correct building locales and backport the changesPeter S. Mazinger1-1/+0
2005-10-28Remove --exclude CVS from tarPeter S. Mazinger1-1/+1
2005-10-28Backport handling of AS_NEEDEDPeter S. Mazinger1-26/+4
2005-10-28Backport to current build systemPeter S. Mazinger1-1/+1
2005-10-27Allow using ssp w/ current active Makefiles too. Build crts for non-shared ar...Peter S. Mazinger1-0/+14
2005-10-27Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger1-1/+2
2005-10-14Do not recurse into ldso if HAVE_SHARED is disabled.Peter S. Mazinger1-3/+7
2005-10-12Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger1-28/+29
2005-10-06Remove *.o and *.os running find only oncePeter S. Mazinger1-2/+1
2005-10-06Oops, that was a bad wildcard."Steven J. Hill"1-1/+2
2005-10-06Need to get both .o and .os files. (.os files are built for NPTL)"Steven J. Hill"1-1/+1
2005-10-04Do not recurse into ldso/libc/libpthread on cleanPeter S. Mazinger1-5/+6
2005-10-04Clean up pthread include mess. Some of these will be needed to support NPTL, ..."Steven J. Hill"1-0/+1
2005-09-30Split out header installation into separate install_headers target and added ...Peter S. Mazinger1-8/+10
2005-09-28Remove ar-target and shared targets, at build time now we traverse the tree o...Peter S. Mazinger1-29/+17
2005-09-27Check for existing libc.so ld script before trying to modify itPeter S. Mazinger1-2/+2
2005-09-27Do not create libc.so linker script if only development headers are installedPeter S. Mazinger1-9/+14
2005-09-27Target distclean removes now locales.txt/codesets.txt too. reorder clean target.Peter S. Mazinger1-1/+3
2005-09-27Speed up clean target, don't recurse where possible, remove unneeded actionsPeter S. Mazinger1-8/+7
2005-09-26Revert earlier patch to install_dev and runtime targets. Need a better solution.Peter S. Mazinger1-2/+2
2005-09-26remove unneeded ';' and add utils to .PHONYPeter S. Mazinger1-9/+9
2005-09-26Add __cxa_atexit and __cxa_finalize, thanks to Stephen Warren. This patch bre...Peter S. Mazinger1-0/+10
2005-09-26Correct targets install_dev and install_runtime to depend on sharedPeter S. Mazinger1-2/+2
2005-09-24generate headers after running menuconfigMike Frysinger1-0/+1
2005-09-23New ssp code using syscalls where possible.Peter S. Mazinger1-0/+1
2005-09-23Don't remove libc-internal.h on install, else gcc does not buildPeter S. Mazinger1-1/+0
2005-09-22no check needed in libm/libpthread, we do not recurse anymore if the related ...Peter S. Mazinger1-5/+1
2005-09-22dont screw around with lib/ if it doesnt existMike Frysinger1-1/+3
2005-09-22Makefile cleanupsPeter S. Mazinger1-7/+10
2005-09-21do not recurse into subdirs if related options are not setPeter S. Mazinger1-14/+10
2005-09-21utils should be built all the time (iconv), disable building readelfPeter S. Mazinger1-9/+0
2005-09-21remove unused headers on install and clean up all thread related onesPeter S. Mazinger1-0/+12
2005-09-21correct some typosPeter S. Mazinger1-1/+1
2005-09-21'pthread.h' is not the only file that needs to be symlinked. When NPTL gets m..."Steven J. Hill"1-0/+1
2005-09-21dont duplicate pthread.h in include and libpthread subdirs, so symlink itMike Frysinger1-0/+1
2005-08-17dont install linux/asm headers if KERNEL_SOURCE == DEVEL_PREFIXMike Frysinger1-1/+6
2005-08-17We _must_ copy include/asm/ and include/linux/ when installing headers, sinceEric Andersen1-2/+1
2005-08-17when installing the include files, skip .svn, linux, and asm dirs since they ...Mike Frysinger1-1/+3
2005-08-14Add utils in make clean rule. From paravoid.Joakim Tjernlund1-0/+1
2005-07-28further refine output so the silent mode of make is truly silentMike Frysinger1-18/+24
2005-05-20Back out nptl changes, which for now will be done in branches/uClibc-nptlEric Andersen1-16/+1