summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2005-08-17dont install linux/asm headers if KERNEL_SOURCE == DEVEL_PREFIXMike Frysinger
2005-08-17We _must_ copy include/asm/ and include/linux/ when installing headers, sinceEric Andersen
2005-08-17when installing the include files, skip .svn, linux, and asm dirs since they ...Mike Frysinger
2005-08-14Add utils in make clean rule. From paravoid.Joakim Tjernlund
2005-07-28further refine output so the silent mode of make is truly silentMike Frysinger
2005-05-20Back out nptl changes, which for now will be done in branches/uClibc-nptlEric Andersen
2005-05-15Fix up some more NPTL stuff for header file symbolic links."Steven J. Hill"
2005-05-14There were two versions of 'pthreadtypes.h' originally in uClibc. Also,"Steven J. Hill"
2005-05-14In order to accomodate usage of either pthreads implementation, we now"Steven J. Hill"
2005-05-14Top-level makefile fix for OS agnosticism and set the value of TARGET_ARCH"Steven J. Hill"
2005-03-10chown syntax 0.0 -> 0:0Mike Frysinger
2005-03-09add a check target cause i'm lazyMike Frysinger
2005-02-16Since libdl is pretty small, and not likely to benefit from mklibs.pyEric Andersen
2005-02-16Unlike the other static libs, libdl.a and libdl_pic.a are different.Manuel Novoa III
2005-02-08Update release target for subversionEric Andersen
2005-02-08add notes about header generationMike Frysinger
2005-01-31Always use the target CC when generating include/bits/sysnum.h, since someEric Andersen
2005-01-29Use HOSTCC for seting up the syscall listEric Andersen
2005-01-24Use $(LN) rather than ln.Peter Kjellerstedt
2005-01-19add a tiny hack so that the headers target isnt rebuilt all the time, only wh...Mike Frysinger
2005-01-18tweak target dependencies to support parallel buildsMike Frysinger
2005-01-16Made it possible to make utils when $(CROSS) or $(CC) contain spaces.Peter Kjellerstedt
2005-01-11Do not use portable (POSIX) 'cp -PRf' but instead use 'cp -dRf' sinceEric Andersen
2005-01-11Patch from Paul Mundt (lethal) adding an initial librt implementation.Eric Andersen
2005-01-01Amir Shalem writes:Mike Frysinger
2005-01-01Amir Shalem writes:Mike Frysinger
2004-12-11Remove some accumulated ugly junkEric Andersen
2004-08-21Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen
2004-08-10At solar's request...Manuel Novoa III
2004-03-18Alexandre Oliva writes:Eric Andersen
2004-02-12Add our own copies of the include/scsi header files, per what glibcEric Andersen
2004-01-16s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen
2004-01-13Fixup dated commentsEric Andersen
2004-01-03Be sure to fully clean 2.6 kernel headers on 'make clean'Eric Andersen
2003-12-04Don't download the local data if we have it already.Manuel Novoa III
2003-11-23Make sure we use the right CC setting when building utils.Manuel Novoa III
2003-11-22Make sure the utils build gets the setting for CROSS.Manuel Novoa III
2003-11-16Don't install shadow.h if shadow password support is disabled.Manuel Novoa III
2003-11-13Teach the install_dev target to behave itself and installEric Andersen
2003-11-08For now, disable the iconv utilityEric Andersen
2003-11-07remove some junk I added while debuggingEric Andersen
2003-11-07It is remotely possible the utils might even compile this timeEric Andersen
2003-11-06Begin converting the client utilsEric Andersen
2003-11-06s,(RUNTIME_PREFIX)/,(RUNTIME_PREFIX),gEric Andersen
2003-11-06s,(DEVEL_PREFIX)/,(DEVEL_PREFIX),gEric Andersen
2003-11-05Kill off "mipsel" and just use "mips"Eric Andersen
2003-11-04Rework the config system. Better utilize the Kconfig languageEric Andersen
2003-11-04Minor makefile tweaksEric Andersen
2003-10-20Fix a stupid bug that caused uClibc to never provide the correctEric Andersen
2003-10-20Patch from Peter S. Mazinger:Eric Andersen