OSDN Git Service

Don't download the local data if we have it already.
[uclinux-h8/uClibc.git] / Makefile
2002-02-20 Eric AndersenMerge in the pthread library. This is the linuxthreads...
2002-02-16 David SchleefAdditionally remove libc/tmp
2002-02-15 Eric AndersenGeoffrey Espin noticed a $ that should have been a...
2002-02-08 Eric AndersenDont choke when chown fails. Try to be more portable...
2002-02-04 Eric AndersenA few more little cleanups
2002-02-02 Eric AndersenAdd in support for the Hitach H8/300H architecture,
2002-02-02 Eric AndersenGrr. I should learn to compile stuff before committing
2002-02-02 Eric AndersenSeveral little additions and cleanups. Add getw()...
2002-02-01 Eric AndersenAdd install_utils and install_target_utils targets...
2002-02-01 Eric AndersenBe ever so pedantic and explicitly tell tar to use...
2002-02-01 Eric AndersenDon't assume uid=gid
2002-01-31 Eric AndersenFix/simplify longjmp. Fix toplevel mips settings
2002-01-25 Eric AndersenMiles Bader <miles@lsi.nec.co.jp> noticed that `make...
2002-01-14 Eric AndersenPatch from Brian Stafford <brian@stafford.uklinux.net...
2002-01-11 Eric AndersenSigh. Typod it again
2002-01-11 Eric AndersenOops. typo.
2002-01-11 Eric AndersenMore build system cleanups...
2002-01-11 Eric AndersenScrub the way libraries are linked. Use ld, not gcc...
2002-01-09 Eric AndersenRecommend making symlinks, not copying the config file.
2002-01-09 Eric AndersenBe more carefull about erroring out of shell fragments...
2002-01-01 Eric AndersenChange 'cd <foo> ; bar' to 'cd <foo> && bar' for proper...
2001-12-20 Eric AndersenUse tar instead of cp -LR for make install, since older...
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-11-26 Eric AndersenMy adjusted 'make install' was missing include/linux...
2001-11-24 Eric AndersenOops...
2001-11-24 Eric AndersenMuch faster version of 'make install' -- it was doing one
2001-11-23 Michael DurrantMDAD: The "Config" file message, should say copy to...
2001-11-23 Eric AndersenFinish ajusting math lib options. Close out a couple...
2001-10-17 Eric AndersenThis commit makes large file support actually work...
2001-10-16 Eric AndersenRevert global old mmap usage, and do it per arch
2001-10-11 Eric AndersenPatch from Miles Bader <miles@lsi.nec.co.jp> to support...
2001-08-14 Eric AndersenFix the "install_target" target to install to $(PREFIX...
2001-08-13 Eric AndersenA few more (final?) cleanups for the installer behavior...
2001-08-13 Eric AndersenAdd in a make release target
2001-08-13 Eric AndersenFix SYSTEM_DEVEL_PREFIX to allow install of the <arch...
2001-08-11 David SchleefNeed to create $(SYSTEM_DEVEL_PREFIX)/usr/bin
2001-08-10 Eric AndersenOops. Symlink args were backwards...
2001-08-10 Eric AndersenDon't blow away existing files when trying to install...
2001-08-10 Eric AndersenUpdate the build system, yet again. I hope this is...
2001-08-08 Eric AndersenThis syncs things up with my local tree. Mainly change...
2001-07-17 Eric AndersenSome cleanups needed for things to compile and work...
2001-07-12 Eric AndersenThis commit merges David Schleef's updates to the build...
2001-07-09 Eric AndersenA patch from Michal Moskal <malekith@pld.org.pl> to...
2001-07-04 David McCulloughIf HAS_MMU is false, then use asm-$(TARGET_ARCH)nommu...
2001-07-04 Eric AndersenFix missing libresolv.so
2001-07-02 Eric AndersenFix a silly typo
2001-07-01 David SchleefAdded additional cleaning
2001-06-28 Manuel Novoa III Added a script to create bits/syscall.h for each arch.
2001-06-27 Manuel Novoa III For now, we need to explicitly make clean in libc/unist...
2001-06-26 David SchleefChange to allow compiling against unconfigured kernels...
2001-06-18 Eric AndersenThis commit finishes adding support for the old m68k...
2001-06-15 Eric AndersenA few build updates
2001-06-13 David SchleefAdd warning message if Config doesn't exist
2001-06-12 Eric AndersenCleanup the toploevel makefile handing of shared libs...
2001-06-07 David McCulloughChange the last 2 "make" invocations to use $(MAKE).
2001-06-02 Manuel Novoa III Always check before you commit...^100. We need to...
2001-06-02 Manuel Novoa III Only build ldso if building shared. Also, if building...
2001-06-02 Manuel Novoa III Fix misuse of DO_SHARED and LDSO_PRESENT. Add -f optio...
2001-06-01 Manuel Novoa III Fix bug: tried to install non-existant shared libs.
2001-05-31 Manuel Novoa III Install ldd and ldconfig as appropriate.
2001-05-31 Manuel Novoa III Removed INSTALL_DIR and replaced it with DEVEL_PREFIX...
2001-05-28 Manuel Novoa III Make selection of uClibc floating point support in...
2001-05-26 Eric AndersenDon't try to run ldconfig unless it exists
2001-05-26 David SchleefMakefile targets to symlink arch-specific headers into...
2001-05-25 Eric AndersenOne last structural change. Install header files to...
2001-05-21 Eric AndersenStub out libresolv for now. Some apps try to link...
2001-05-17 Eric AndersenPatch from David McCullough <davidm@lineo.com> -- do not
2001-05-16 Eric AndersenFix up a few little problems
2001-05-12 Eric AndersenShould not call make on ldso/libdl
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-05-11 Eric AndersenRework where libraries get installed to. Now thew...
2001-05-11 Eric AndersenChange 'crypt' to 'libcrypt'
2001-05-10 Eric AndersenFix up naming of ld.so so every uses the same define...
2001-05-10 Eric AndersenuClibc now has a math library. muahahahaha!
2001-05-09 Eric AndersenBy default, leave out the RPC junk (it adds over 30k...
2001-05-09 Eric Andersencompile up libutil
2001-05-04 Eric AndersenAnother update to make sure things work properly on...
2001-05-04 Eric AndersenThis patch allows powerpc to compile again. It also...
2001-05-04 Eric AndersenThis is kindof neat. With this update, you can now...
2001-04-27 Eric AndersenA few more compilation updates
2001-04-26 Eric AndersenOk, this should finish things up
2001-04-26 Eric AndersenOops. I forgot to check this in last night, so if...
2001-04-23 Eric AndersenFix up the main makefile. Autobuild ld.so and install it
2001-04-20 Manuel Novoa III Change shared lib name. Update install_new target...
2001-04-05 Eric AndersenCompile the compiler last
2001-04-03 Eric AndersenFix a bug noted by David Beamonte <dbeamonte@intelnet...
2001-03-29 David SchleefReimplemented "make install" target. I left the old...
2001-03-20 David McCulloughDo not remove const and extension when compiling with...
2001-03-20 Eric AndersenFix some strange formatting, so the compile looks prettier.
2001-03-19 Eric AndersenSeems most folks don't have /sbin in their path
2001-03-19 Eric AndersenMove yet more stuff into the uClibc_config.h file
2001-03-19 Eric AndersenFix up breakage resulting from flipping the sense of...
2001-03-18 Manuel Novoa III Added Vladimir's ctype locale support. Make Config...
2001-03-05 Eric AndersenUse LDFLAGS, don't always include -nostdlib...
2001-02-19 Eric AndersenI just changed "net" to "inet" to better follow the...
2001-02-05 Eric AndersenUpdate the build system a bit.
2001-01-30 Eric AndersenCommit a pointless change to test more updates to the...
2001-01-27 Manuel Novoa III Enable auto-generation of a size-optimized sysconf...
2001-01-25 Manuel Novoa III Clean up atexit.c; make sure sysconf and atexit agree...
2001-01-24 Eric AndersenThis is a silly update to test my change to the script...
next