summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Split out header installation into separate install_headers target and added ...Peter S. Mazinger2005-09-301-8/+10
* Remove ar-target and shared targets, at build time now we traverse the tree o...Peter S. Mazinger2005-09-281-29/+17
* Check for existing libc.so ld script before trying to modify itPeter S. Mazinger2005-09-271-2/+2
* Do not create libc.so linker script if only development headers are installedPeter S. Mazinger2005-09-271-9/+14
* Target distclean removes now locales.txt/codesets.txt too. reorder clean target.Peter S. Mazinger2005-09-271-1/+3
* Speed up clean target, don't recurse where possible, remove unneeded actionsPeter S. Mazinger2005-09-271-8/+7
* Revert earlier patch to install_dev and runtime targets. Need a better solution.Peter S. Mazinger2005-09-261-2/+2
* remove unneeded ';' and add utils to .PHONYPeter S. Mazinger2005-09-261-9/+9
* Add __cxa_atexit and __cxa_finalize, thanks to Stephen Warren. This patch bre...Peter S. Mazinger2005-09-261-0/+10
* Correct targets install_dev and install_runtime to depend on sharedPeter S. Mazinger2005-09-261-2/+2
* generate headers after running menuconfigMike Frysinger2005-09-241-0/+1
* New ssp code using syscalls where possible.Peter S. Mazinger2005-09-231-0/+1
* Don't remove libc-internal.h on install, else gcc does not buildPeter S. Mazinger2005-09-231-1/+0
* no check needed in libm/libpthread, we do not recurse anymore if the related ...Peter S. Mazinger2005-09-221-5/+1
* dont screw around with lib/ if it doesnt existMike Frysinger2005-09-221-1/+3
* Makefile cleanupsPeter S. Mazinger2005-09-221-7/+10
* do not recurse into subdirs if related options are not setPeter S. Mazinger2005-09-211-14/+10
* utils should be built all the time (iconv), disable building readelfPeter S. Mazinger2005-09-211-9/+0
* remove unused headers on install and clean up all thread related onesPeter S. Mazinger2005-09-211-0/+12
* correct some typosPeter S. Mazinger2005-09-211-1/+1
* 'pthread.h' is not the only file that needs to be symlinked. When NPTL gets m..."Steven J. Hill"2005-09-211-0/+1
* dont duplicate pthread.h in include and libpthread subdirs, so symlink itMike Frysinger2005-09-211-0/+1
* dont install linux/asm headers if KERNEL_SOURCE == DEVEL_PREFIXMike Frysinger2005-08-171-1/+6
* We _must_ copy include/asm/ and include/linux/ when installing headers, sinceEric Andersen2005-08-171-2/+1
* when installing the include files, skip .svn, linux, and asm dirs since they ...Mike Frysinger2005-08-171-1/+3
* Add utils in make clean rule. From paravoid.Joakim Tjernlund2005-08-141-0/+1
* further refine output so the silent mode of make is truly silentMike Frysinger2005-07-281-18/+24
* Back out nptl changes, which for now will be done in branches/uClibc-nptlEric Andersen2005-05-201-16/+1
* Fix up some more NPTL stuff for header file symbolic links."Steven J. Hill"2005-05-151-1/+2
* There were two versions of 'pthreadtypes.h' originally in uClibc. Also,"Steven J. Hill"2005-05-141-9/+13
* In order to accomodate usage of either pthreads implementation, we now"Steven J. Hill"2005-05-141-0/+10
* Top-level makefile fix for OS agnosticism and set the value of TARGET_ARCH"Steven J. Hill"2005-05-141-1/+1
* chown syntax 0.0 -> 0:0Mike Frysinger2005-03-101-1/+1
* add a check target cause i'm lazyMike Frysinger2005-03-091-1/+3
* Since libdl is pretty small, and not likely to benefit from mklibs.pyEric Andersen2005-02-161-2/+3
* Unlike the other static libs, libdl.a and libdl_pic.a are different.Manuel Novoa III2005-02-161-0/+3
* Update release target for subversionEric Andersen2005-02-081-2/+2
* add notes about header generationMike Frysinger2005-02-081-0/+5
* Always use the target CC when generating include/bits/sysnum.h, since someEric Andersen2005-01-311-2/+1
* Use HOSTCC for seting up the syscall listEric Andersen2005-01-291-1/+1
* Use $(LN) rather than ln.Peter Kjellerstedt2005-01-241-1/+1
* add a tiny hack so that the headers target isnt rebuilt all the time, only wh...Mike Frysinger2005-01-191-0/+5
* tweak target dependencies to support parallel buildsMike Frysinger2005-01-181-9/+5
* Made it possible to make utils when $(CROSS) or $(CC) contain spaces.Peter Kjellerstedt2005-01-161-2/+2
* Do not use portable (POSIX) 'cp -PRf' but instead use 'cp -dRf' sinceEric Andersen2005-01-111-2/+2
* Patch from Paul Mundt (lethal) adding an initial librt implementation.Eric Andersen2005-01-111-1/+2
* Amir Shalem writes:Mike Frysinger2005-01-011-2/+2
* Amir Shalem writes:Mike Frysinger2005-01-011-4/+4
* Remove some accumulated ugly junkEric Andersen2004-12-111-48/+1
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-211-0/+6