summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Several little additions and cleanups. Add getw() and putw().Eric Andersen2002-02-021-6/+8
* Add install_utils and install_target_utils targets, so peopleEric Andersen2002-02-011-6/+11
* Be ever so pedantic and explicitly tell tar to use stdin,Eric Andersen2002-02-011-1/+1
* Don't assume uid=gidEric Andersen2002-02-011-2/+2
* Fix/simplify longjmp. Fix toplevel mips settingsEric Andersen2002-01-311-0/+2
* Miles Bader <miles@lsi.nec.co.jp> noticed that `make install' tries toEric Andersen2002-01-251-4/+8
* Patch from Brian Stafford <brian@stafford.uklinux.net> to fixupEric Andersen2002-01-141-0/+10
* Sigh. Typod it againEric Andersen2002-01-111-1/+1
* Oops. typo.Eric Andersen2002-01-111-1/+1
* More build system cleanups...Eric Andersen2002-01-111-9/+10
* Scrub the way libraries are linked. Use ld, not gcc, to avoidEric Andersen2002-01-111-2/+3
* Recommend making symlinks, not copying the config file.Eric Andersen2002-01-091-1/+2
* Be more carefull about erroring out of shell fragments. Try toEric Andersen2002-01-091-4/+10
* 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