summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the "install_target" target to install to $(PREFIX)$(TARGET_PREFIX)Eric Andersen2001-08-141-10/+10
* A few more (final?) cleanups for the installer behavior. I now thinkEric Andersen2001-08-131-4/+6
* Add in a make release targetEric Andersen2001-08-131-1/+13
* Fix SYSTEM_DEVEL_PREFIX to allow install of the <arch>-uclibc- spooferEric Andersen2001-08-131-4/+4
* Need to create $(SYSTEM_DEVEL_PREFIX)/usr/binDavid Schleef2001-08-111-2/+1
* Oops. Symlink args were backwards...Eric Andersen2001-08-101-4/+4
* Don't blow away existing files when trying to install a ldso symlink...Eric Andersen2001-08-101-2/+2
* Update the build system, yet again. I hope this is the last time...Eric Andersen2001-08-101-67/+69
* This syncs things up with my local tree. Mainly changes installerEric Andersen2001-08-081-28/+34
* Some cleanups needed for things to compile and work as expectedEric Andersen2001-07-171-4/+4
* This commit merges David Schleef's updates to the build system, which aEric Andersen2001-07-121-45/+57
* A patch from Michal Moskal <malekith@pld.org.pl> to includeEric Andersen2001-07-091-0/+5
* If HAS_MMU is false, then use asm-$(TARGET_ARCH)nommu rather thanDavid McCullough2001-07-041-1/+5
* Fix missing libresolv.soEric Andersen2001-07-041-0/+1
* Fix a silly typoEric Andersen2001-07-021-1/+1
* Added additional cleaningDavid Schleef2001-07-011-0/+3
* Added a script to create bits/syscall.h for each arch.Manuel Novoa III2001-06-281-1/+5
* For now, we need to explicitly make clean in libc/unistd (sysconf stuff)Manuel Novoa III2001-06-271-0/+2
* Change to allow compiling against unconfigured kernels. CreatesDavid Schleef2001-06-261-1/+5
* This commit finishes adding support for the old m68k-coff toolchains byEric Andersen2001-06-181-1/+6
* A few build updatesEric Andersen2001-06-151-4/+2
* 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