summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - add some helpful help text, as advertised.Bernhard Reutner-Fischer2008-09-111-0/+1
|
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
|
* include Rules.mak after noconfig_targets, else it does not pull in .configPeter S. Mazinger2005-11-021-1/+1
|
* Add another Makefile example that will be copied over the root Makefile, ↵Peter S. Mazinger2005-11-011-377/+2
| | | | adapt script
* add a headers target when the config file doesnt exist, and move the clean ↵Mike Frysinger2005-10-301-2/+6
| | | | targets out of the .config if
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-37/+47
|
* cleanup the release target so that it doesnt kill my svn checkout anymore :/Mike Frysinger2005-10-291-28/+10
|
* Correct building locales and backport the changesPeter S. Mazinger2005-10-281-1/+0
|
* Remove --exclude CVS from tarPeter S. Mazinger2005-10-281-1/+1
|
* Backport handling of AS_NEEDEDPeter S. Mazinger2005-10-281-26/+4
|
* Backport to current build systemPeter S. Mazinger2005-10-281-1/+1
|
* Allow using ssp w/ current active Makefiles too. Build crts for non-shared ↵Peter S. Mazinger2005-10-271-0/+14
| | | | archs too.
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed ↵Peter S. Mazinger2005-10-271-1/+2
| | | | to _dl_setup_stack_chk_guard, as in glibc. SSP requires now binutils-2.16.1 and newer. Add NOT_IN_libc/IS_IN_libc. Began using -DSHARED in uClibc_main.c, there are more candidates in there. Move back dl_protect_relro to it's earlier place.
* Do not recurse into ldso if HAVE_SHARED is disabled.Peter S. Mazinger2005-10-141-3/+7
|
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵Peter S. Mazinger2005-10-121-28/+29
| | | | objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much.
* Remove *.o and *.os running find only oncePeter S. Mazinger2005-10-061-2/+1
|
* Oops, that was a bad wildcard."Steven J. Hill"2005-10-061-1/+2
|
* Need to get both .o and .os files. (.os files are built for NPTL)"Steven J. Hill"2005-10-061-1/+1
|
* Do not recurse into ldso/libc/libpthread on cleanPeter S. Mazinger2005-10-041-5/+6
|
* Clean up pthread include mess. Some of these will be needed to support NPTL, ↵"Steven J. Hill"2005-10-041-0/+1
| | | | but they do no harm for the linuxthreads case. Yes, I tested this.
* Split out header installation into separate install_headers target and added ↵Peter S. Mazinger2005-09-301-8/+10
| | | | an additional condition for libc.so linker script creation checking for libc.so.0 in place.
* Remove ar-target and shared targets, at build time now we traverse the tree ↵Peter S. Mazinger2005-09-281-29/+17
| | | | only once. Generalize all toplevel makefiles. Make sure, that libdl.so is built against libc.so and not libc.a
* 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 ↵Peter S. Mazinger2005-09-261-0/+10
| | | | breaks compatibility with existing binaries, unless the new COMPAT_ATEXIT option is enabled.
* 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
| | | | | Moved guard_setup to __uClibc_main.c, the only place where it is called. Removed SIGKILL option, not usable with sigaction.
* 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
| | | | option is not set, more Makefile cleanups
* 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 ↵"Steven J. Hill"2005-09-211-0/+1
| | | | merged, you will need to do 'semaphore.h' and 'bits/pthreadtypes.h'. I think I have been a good little boy and keeping my NPTL changes out of mainline, so I'm going to go ahead and cross the line this once to get this change in.
* 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
| | | | | once we build uClibc against those, they become part of uClibc's ABI and must be included as part of the install.
* when installing the include files, skip .svn, linux, and asm dirs since they ↵Mike Frysinger2005-08-171-1/+3
| | | | are just symlinks (and could possibly be pointing to right where we are installing)
* 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
| | | | | | since we are going to support the two implementations of pthreads, we again need to instead create symbolic links to use the proper version of the file depending on the pthreads option chosen.