summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Certain configure scripts test for presence of dlfcn.h. Don't install itBernd Schmidt2007-11-221-0/+5
| | | | if !HAVE_SHARED.
* Fix build system to generate locale data instead of using pregenerated onesCarmelo Amoroso2007-11-091-1/+1
|
* #1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger2007-03-191-3/+3
|
* Have Makefile.in call conf-header.sh instead of having kconfig call it Rob Landley2007-03-171-0/+2
| | | | | | via system(). Also move it to extra/scripts since it's a uClibc build script, not part of upstream kconfig. Adjust the "grabbing a new kconfig snapshot" procedure accordingly.
* touchup new kconfig handling so we dont constantly rebuildMike Frysinger2007-02-211-3/+3
|
* - kbuild update broke uClibc's configuration. It complains aboutBernhard Reutner-Fischer2007-02-151-10/+13
| | | | include/bits/uClibc_config.h since there is no include/bits (yet). Depend on it.
* Revert previous commit as it is unclear if it is needed.Joakim Tjernlund2007-02-141-5/+3
|
* Hopefully fix the earlier broken if [ -n $(HEADERS_BITS_SUBARCH) ]Joakim Tjernlund2007-02-141-3/+5
| | | | test by adding quotes. From Steve Papacharalambous.
* add silentoldconfig targetMike Frysinger2007-02-131-1/+4
|
* Do not produce spurious "/bin/sh: [: too many arguments" ifPeter Kjellerstedt2007-02-131-5/+3
| | | | $(HEADERS_BITS_SUBARCH) is empty (which it most likely is).
* Rehash the PowerPC e500 port to avoid creating symlinks Joakim Tjernlund2007-02-121-2/+8
| | | | | | | in the powerpc arch code and make more code common with classic PowerPC. From Steve Papacharalambous Lets hope I didn't break something.
* Add support for PowerPC e500, libc part only.Joakim Tjernlund2007-02-041-1/+1
| | | | | Math support to be done. From Steve Papacharalambous, stevep@freescale.com
* use sane line breaksEric Andersen2007-02-021-1/+2
|
* replace bits/syscalls.h with a comment ... an empty file makes people think ↵Mike Frysinger2007-02-021-2/+1
| | | | this is a bug rather than by design
* drive home the point people should not be using _syscall#() macrosMike Frysinger2007-02-011-0/+2
|
* use .bz2 rather than .gzMike Frysinger2007-01-281-3/+3
|
* dont actually have to worry about local changes as svn export takes care of thatMike Frysinger2007-01-261-1/+0
|
* since we dont symlink the headers, theres nothing to filterMike Frysinger2006-12-121-3/+0
|
* we just want the kernel headers, not the whole kernel source ... so people ↵Mike Frysinger2006-12-121-2/+2
| | | | may need to update their paths slightly
* kill off the need for fix_includes.sh by utilizing KERNEL_SOURCE directlyMike Frysinger2006-12-111-5/+1
|
* create new menu so people can select what format they wish to build uClibcMike Frysinger2006-12-111-1/+1
|
* Richard Sandiford writes: add support for init/fini arrays in shared flat ↵Mike Frysinger2006-12-081-0/+9
| | | | libraries
* mips64 patch from Atsushi Nemoto:Eric Andersen2006-11-041-1/+1
| | | | | | Add selection of 3 ABI. CPU_CFLAGS is needed to generate correct sysnum.h. Fix test/Rules.mak.
* fix from psm: add UCLIBC_ prefix to HAS_SHADOW optionMike Frysinger2006-08-231-1/+1
|
* A little whitespace clean up.Peter Kjellerstedt2006-06-081-12/+12
|
* Use tar rather than cp to copy all files matching *.so.* from the libPeter Kjellerstedt2006-06-081-1/+1
| | | | | directory to $(PREFIX)$(RUNTIME_PREFIX)lib. The reason for this is that cp -P means wildly different things depending on the version of cp.
* use cp -P instead of cp -d as pointed out by David DeHavenMike Frysinger2006-05-161-1/+1
|
* Create libpthread_nonshared.aPeter S. Mazinger2006-03-091-0/+10
|
* Remove files not used on targetPeter S. Mazinger2006-02-281-0/+2
|
* Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getoptPeter S. Mazinger2006-02-271-0/+2
|
* Move _lfs_64.h to include and adapt filesPeter S. Mazinger2006-02-261-0/+1
|
* use a tempfile while generating sysnum.hMike Frysinger2006-02-181-4/+6
|
* touchup header handling in other config targetsMike Frysinger2006-02-181-20/+8
|
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-181-1/+1
|
* touchup headers target somemore so building in subdirs works nicely againMike Frysinger2006-02-181-4/+2
|
* touchup headers output and make it run smootherMike Frysinger2006-02-171-15/+19
|
* clean the test dir silentlyMike Frysinger2006-02-141-1/+1
|
* ldd usage does not cause a failure in tests and we want to remove it ↵Mike Frysinger2006-02-131-2/+2
| | | | anyways, so dont depend on utils for tests
* some test uses ldd, make check depend on utilsPeter S. Mazinger2006-02-131-1/+1
|
* Paul Brook writes:Mike Frysinger2006-02-111-1/+1
| | | | | Firstly it wasn't including $(PREFIX) when figuring out if the kernel headers are in already in the the right place.
* make build output a little less noisyMike Frysinger2006-02-041-1/+1
|
* use more portable options since some systems suckMike Frysinger2006-01-151-3/+3
|
* fix up ability to rename ldsoMike Frysinger2006-01-131-2/+2
|
* only chown on include subdir in DEVEL_PREFIXMike Frysinger2006-01-121-2/+2
|
* use an exclude from file rather than trying to pass wildcards in shellMike Frysinger2006-01-081-4/+4
|
* Jan-Benedict Glaw: run shell scripts through $(SHELL) so peopleMike Frysinger2006-01-061-2/+2
| | | | can force it to something other than /bin/sh
* Jan-Benedict Glaw: allow people to override the default `tar`Mike Frysinger2006-01-061-3/+3
| | | | binary via TAR make variable for non-GNU systems
* Jan-Benedict Glaw writes:Mike Frysinger2006-01-061-1/+1
| | | | | The "test" program (aka '[') doesn't know about the operator "==", but "=" is correct (cf. http://www.opengroup.org/onlinepubs/000095399/utilities/test.html).
* Merge from branch and add removal of 'tls.h' when using NPTL threads."Steven J. Hill"2006-01-051-0/+4
|
* Install dummy libc-internal.hPeter S. Mazinger2005-12-101-0/+2
|