summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2002-03-25Patch from Steven J. Hill to fix pthreads on mipsEric Andersen
2002-03-22Patch from Miles Bader to be less militant when doing a make clean.Eric Andersen
2002-03-21Add some phony targetsEric Andersen
2002-03-21Always build the utils. Always clean libc/misc, since there isEric Andersen
2002-03-11Allow some failures to simplify building gccEric Andersen
2002-03-11Don't install CVS files into the devel dirEric Andersen
2002-03-01Move syscall.h generation to the top level MakefileEric Andersen
2002-03-01Doh! A search and replace bug...Eric Andersen
2002-03-01Doh! Doh! Doh!Eric Andersen
2002-03-01Doh!Eric Andersen
2002-03-01oops. I forgot to commit this...Eric Andersen
2002-02-25Joerg Schmitz-Linneweber recommends using tar -f - instead of -OEric Andersen
2002-02-20Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen
2002-02-16Additionally remove libc/tmpDavid Schleef
2002-02-15Geoffrey Espin noticed a $ that should have been a double $$Eric Andersen
2002-02-08Dont choke when chown fails. Try to be more portable...Eric Andersen
2002-02-04A few more little cleanupsEric Andersen
2002-02-02Add in support for the Hitach H8/300H architecture,Eric Andersen
2002-02-02Grr. I should learn to compile stuff before committingEric Andersen
2002-02-02Several little additions and cleanups. Add getw() and putw().Eric Andersen
2002-02-01Add install_utils and install_target_utils targets, so peopleEric Andersen
2002-02-01Be ever so pedantic and explicitly tell tar to use stdin,Eric Andersen
2002-02-01Don't assume uid=gidEric Andersen
2002-01-31Fix/simplify longjmp. Fix toplevel mips settingsEric Andersen
2002-01-25Miles Bader <miles@lsi.nec.co.jp> noticed that `make install' tries toEric Andersen
2002-01-14Patch from Brian Stafford <brian@stafford.uklinux.net> to fixupEric Andersen
2002-01-11Sigh. Typod it againEric Andersen
2002-01-11Oops. typo.Eric Andersen
2002-01-11More build system cleanups...Eric Andersen
2002-01-11Scrub the way libraries are linked. Use ld, not gcc, to avoidEric Andersen
2002-01-09Recommend making symlinks, not copying the config file.Eric Andersen
2002-01-09Be more carefull about erroring out of shell fragments. Try toEric Andersen
2002-01-01Change 'cd <foo> ; bar' to 'cd <foo> && bar' for proper error checkingEric Andersen
2001-12-20Use tar instead of cp -LR for make install, since older GNU cpEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-11-26My adjusted 'make install' was missing include/linux subdirs. TryEric Andersen
2001-11-24Oops...Eric Andersen
2001-11-24Much faster version of 'make install' -- it was doing oneEric Andersen
2001-11-23MDAD: The "Config" file message, should say copy to "Config" not "Config.".Michael Durrant
2001-11-23Finish ajusting math lib options. Close out a couple of todo items.Eric Andersen
2001-10-17This commit makes large file support actually work (when enabled inEric Andersen
2001-10-16Revert global old mmap usage, and do it per archEric Andersen
2001-10-11Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850.Eric Andersen
2001-08-14Fix the "install_target" target to install to $(PREFIX)$(TARGET_PREFIX)Eric Andersen
2001-08-13A few more (final?) cleanups for the installer behavior. I now thinkEric Andersen
2001-08-13Add in a make release targetEric Andersen
2001-08-13Fix SYSTEM_DEVEL_PREFIX to allow install of the <arch>-uclibc- spooferEric Andersen
2001-08-11Need to create $(SYSTEM_DEVEL_PREFIX)/usr/binDavid Schleef
2001-08-10Oops. Symlink args were backwards...Eric Andersen
2001-08-10Don't blow away existing files when trying to install a ldso symlink...Eric Andersen