summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Change 'cd <foo> ; bar' to 'cd <foo> && bar' for proper error checkingEric Andersen2002-01-011-1/+1
* Use tar instead of cp -LR for make install, since older GNU cpEric Andersen2001-12-201-1/+2
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-2/+3
* My adjusted 'make install' was missing include/linux subdirs. TryEric Andersen2001-11-261-12/+3
* Oops...Eric Andersen2001-11-241-1/+1
* Much faster version of 'make install' -- it was doing oneEric Andersen2001-11-241-4/+15
* MDAD: The "Config" file message, should say copy to "Config" not "Config.".Michael Durrant2001-11-231-1/+1
* Finish ajusting math lib options. Close out a couple of todo items.Eric Andersen2001-11-231-15/+0
* This commit makes large file support actually work (when enabled inEric Andersen2001-10-171-0/+5
* Revert global old mmap usage, and do it per archEric Andersen2001-10-161-5/+0
* Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850.Eric Andersen2001-10-111-0/+8
* 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