summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
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
2001-08-10Update the build system, yet again. I hope this is the last time...Eric Andersen
2001-08-08This syncs things up with my local tree. Mainly changes installerEric Andersen
2001-07-17Some cleanups needed for things to compile and work as expectedEric Andersen
2001-07-12This commit merges David Schleef's updates to the build system, which aEric Andersen
2001-07-09A patch from Michal Moskal <malekith@pld.org.pl> to includeEric Andersen
2001-07-04If HAS_MMU is false, then use asm-$(TARGET_ARCH)nommu rather thanDavid McCullough
2001-07-04Fix missing libresolv.soEric Andersen
2001-07-02Fix a silly typoEric Andersen
2001-07-01Added additional cleaningDavid Schleef
2001-06-28Added a script to create bits/syscall.h for each arch.Manuel Novoa III
2001-06-27For now, we need to explicitly make clean in libc/unistd (sysconf stuff)Manuel Novoa III
2001-06-26Change to allow compiling against unconfigured kernels. CreatesDavid Schleef
2001-06-18This commit finishes adding support for the old m68k-coff toolchains byEric Andersen
2001-06-15A few build updatesEric Andersen
2001-06-13Add warning message if Config doesn't existDavid Schleef
2001-06-12Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen
2001-06-07Change the last 2 "make" invocations to use $(MAKE).David McCullough
2001-06-02Always check before you commit...^100. We need to build the dynamic linkerManuel Novoa III
2001-06-02Only build ldso if building shared. Also, if building ldso, build all subdirs.Manuel Novoa III
2001-06-02Fix misuse of DO_SHARED and LDSO_PRESENT. Add -f option to "cp"s.Manuel Novoa III
2001-06-01Fix bug: tried to install non-existant shared libs.Manuel Novoa III
2001-05-31Install ldd and ldconfig as appropriate.Manuel Novoa III
2001-05-31Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, andManuel Novoa III
2001-05-28Make selection of uClibc floating point support in printf, etc. seperateManuel Novoa III
2001-05-26Don't try to run ldconfig unless it existsEric Andersen
2001-05-26Makefile targets to symlink arch-specific headers into include/ (onlyDavid Schleef
2001-05-25One last structural change. Install header files to INSTALLDIR/usr/includeEric Andersen
2001-05-21Stub out libresolv for now. Some apps try to link with it (thoughEric Andersen
2001-05-17Patch from David McCullough <davidm@lineo.com> -- do notEric Andersen
2001-05-16Fix up a few little problemsEric Andersen
2001-05-12Should not call make on ldso/libdlEric Andersen
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen