summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)Author
2007-03-19#1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger
2007-03-17Have Makefile.in call conf-header.sh instead of having kconfig call it Rob Landley
2007-02-21touchup new kconfig handling so we dont constantly rebuildMike Frysinger
2007-02-15- kbuild update broke uClibc's configuration. It complains aboutBernhard Reutner-Fischer
2007-02-14Revert previous commit as it is unclear if it is needed.Joakim Tjernlund
2007-02-14Hopefully fix the earlier broken if [ -n $(HEADERS_BITS_SUBARCH) ]Joakim Tjernlund
2007-02-13add silentoldconfig targetMike Frysinger
2007-02-13Do not produce spurious "/bin/sh: [: too many arguments" ifPeter Kjellerstedt
2007-02-12Rehash the PowerPC e500 port to avoid creating symlinks Joakim Tjernlund
2007-02-04Add support for PowerPC e500, libc part only.Joakim Tjernlund
2007-02-02use sane line breaksEric Andersen
2007-02-02replace bits/syscalls.h with a comment ... an empty file makes people think t...Mike Frysinger
2007-02-01drive home the point people should not be using _syscall#() macrosMike Frysinger
2007-01-28use .bz2 rather than .gzMike Frysinger
2007-01-26dont actually have to worry about local changes as svn export takes care of thatMike Frysinger
2006-12-12since we dont symlink the headers, theres nothing to filterMike Frysinger
2006-12-12we just want the kernel headers, not the whole kernel source ... so people ma...Mike Frysinger
2006-12-11kill off the need for fix_includes.sh by utilizing KERNEL_SOURCE directlyMike Frysinger
2006-12-11create new menu so people can select what format they wish to build uClibcMike Frysinger
2006-12-08Richard Sandiford writes: add support for init/fini arrays in shared flat lib...Mike Frysinger
2006-11-04mips64 patch from Atsushi Nemoto:Eric Andersen
2006-08-23fix from psm: add UCLIBC_ prefix to HAS_SHADOW optionMike Frysinger
2006-06-08A little whitespace clean up.Peter Kjellerstedt
2006-06-08Use tar rather than cp to copy all files matching *.so.* from the libPeter Kjellerstedt
2006-05-16use cp -P instead of cp -d as pointed out by David DeHavenMike Frysinger
2006-03-09Create libpthread_nonshared.aPeter S. Mazinger
2006-02-28Remove files not used on targetPeter S. Mazinger
2006-02-27Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getoptPeter S. Mazinger
2006-02-26Move _lfs_64.h to include and adapt filesPeter S. Mazinger
2006-02-18use a tempfile while generating sysnum.hMike Frysinger
2006-02-18touchup header handling in other config targetsMike Frysinger
2006-02-18tweak the idea between having a MMU and actually using itMike Frysinger
2006-02-18touchup headers target somemore so building in subdirs works nicely againMike Frysinger
2006-02-17touchup headers output and make it run smootherMike Frysinger
2006-02-14clean the test dir silentlyMike Frysinger
2006-02-13ldd usage does not cause a failure in tests and we want to remove it anyways,...Mike Frysinger
2006-02-13some test uses ldd, make check depend on utilsPeter S. Mazinger
2006-02-11Paul Brook writes:Mike Frysinger
2006-02-04make build output a little less noisyMike Frysinger
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"