summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Doh! A search and replace bug...Eric Andersen2002-03-011-2/+2
* Doh! Doh! Doh!Eric Andersen2002-03-011-1/+3
* Doh!Eric Andersen2002-03-011-3/+5
* oops. I forgot to commit this...Eric Andersen2002-03-011-43/+73
* Joerg Schmitz-Linneweber recommends using tar -f - instead of -OEric Andersen2002-02-251-1/+1
* Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen2002-02-201-2/+7
* Additionally remove libc/tmpDavid Schleef2002-02-161-1/+1
* Geoffrey Espin noticed a $ that should have been a double $$Eric Andersen2002-02-151-1/+1
* Dont choke when chown fails. Try to be more portable...Eric Andersen2002-02-081-1/+1
* A few more little cleanupsEric Andersen2002-02-041-1/+1
* Add in support for the Hitach H8/300H architecture,Eric Andersen2002-02-021-0/+2
* Grr. I should learn to compile stuff before committingEric Andersen2002-02-021-3/+9
* 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