summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add warning message if Config doesn't existDavid Schleef2001-06-131-0/+7
* Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen2001-06-121-20/+13
* Change the last 2 "make" invocations to use $(MAKE).David McCullough2001-06-071-3/+3
* Always check before you commit...^100. We need to build the dynamic linkerManuel Novoa III2001-06-021-1/+4
* Only build ldso if building shared. Also, if building ldso, build all subdirs.Manuel Novoa III2001-06-021-4/+3
* Fix misuse of DO_SHARED and LDSO_PRESENT. Add -f option to "cp"s.Manuel Novoa III2001-06-021-7/+7
* Fix bug: tried to install non-existant shared libs.Manuel Novoa III2001-06-011-0/+2
* Install ldd and ldconfig as appropriate.Manuel Novoa III2001-05-311-3/+15
* Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, andManuel Novoa III2001-05-311-18/+31
* Make selection of uClibc floating point support in printf, etc. seperateManuel Novoa III2001-05-281-7/+12
* Don't try to run ldconfig unless it existsEric Andersen2001-05-261-1/+1
* Makefile targets to symlink arch-specific headers into include/ (onlyDavid Schleef2001-05-261-1/+2
* One last structural change. Install header files to INSTALLDIR/usr/includeEric Andersen2001-05-251-9/+9
* Stub out libresolv for now. Some apps try to link with it (thoughEric Andersen2001-05-211-1/+1
* Patch from David McCullough <davidm@lineo.com> -- do notEric Andersen2001-05-171-1/+4
* Fix up a few little problemsEric Andersen2001-05-161-0/+5
* Should not call make on ldso/libdlEric Andersen2001-05-121-1/+0
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-83/+49
* Rework where libraries get installed to. Now thew will be compiled andEric Andersen2001-05-111-25/+6
* Change 'crypt' to 'libcrypt'Eric Andersen2001-05-111-8/+4
* Fix up naming of ld.so so every uses the same define. The top levelEric Andersen2001-05-101-2/+0
* uClibc now has a math library. muahahahaha!Eric Andersen2001-05-101-1/+13
* By default, leave out the RPC junk (it adds over 30k). Add in a compileEric Andersen2001-05-091-0/+5
* compile up libutilEric Andersen2001-05-091-1/+3
* Another update to make sure things work properly on x86 now.Eric Andersen2001-05-041-3/+3
* This patch allows powerpc to compile again. It also checks if weEric Andersen2001-05-041-3/+5
* This is kindof neat. With this update, you can now simply set yourEric Andersen2001-05-041-7/+7
* A few more compilation updatesEric Andersen2001-04-271-6/+9
* Ok, this should finish things upEric Andersen2001-04-261-0/+1
* Oops. I forgot to check this in last night, so if anybody builtEric Andersen2001-04-261-3/+5
* Fix up the main makefile. Autobuild ld.so and install itEric Andersen2001-04-231-53/+22
* Change shared lib name. Update install_new target in Makefile.Manuel Novoa III2001-04-201-30/+34
* Compile the compiler lastEric Andersen2001-04-051-1/+1
* Fix a bug noted by David Beamonte <dbeamonte@intelnet.es>, so thatEric Andersen2001-04-031-1/+1
* Reimplemented "make install" target. I left the old one as-is,David Schleef2001-03-291-0/+35
* Do not remove const and extension when compiling with the elf tools.David McCullough2001-03-201-3/+5
* Fix some strange formatting, so the compile looks prettier.Eric Andersen2001-03-201-2/+5
* Seems most folks don't have /sbin in their pathEric Andersen2001-03-191-1/+1
* Move yet more stuff into the uClibc_config.h fileEric Andersen2001-03-191-0/+2
* Fix up breakage resulting from flipping the sense of some defines. Change fromEric Andersen2001-03-191-4/+17
* Added Vladimir's ctype locale support. Make Config setting visible in featur...Manuel Novoa III2001-03-181-5/+37
* Use LDFLAGS, don't always include -nostdlib...Eric Andersen2001-03-051-1/+1
* I just changed "net" to "inet" to better follow the directoryEric Andersen2001-02-191-1/+1
* Update the build system a bit.Eric Andersen2001-02-051-29/+45
* Commit a pointless change to test more updates to the logging script.Eric Andersen2001-01-301-1/+0
* Enable auto-generation of a size-optimized sysconf function (saves .5k on i386).Manuel Novoa III2001-01-271-1/+1
* Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.aManuel Novoa III2001-01-251-0/+1
* This is a silly update to test my change to the script that emails folksEric Andersen2001-01-241-1/+1
* This is a silly update to the makefile to test the new scriptEric Andersen2001-01-241-1/+1
* Makefile fixesEric Andersen2001-01-161-5/+20