Skip to content
  1. Dec 22, 2004
    • Reid Spencer's avatar
      For PR432: · 09212550
      Reid Spencer authored
      * Use new configuration variables to compute LLVMGCC and LLVMGXX variables.
      
      llvm-svn: 19094
      09212550
  2. Dec 16, 2004
  3. Dec 13, 2004
  4. Dec 09, 2004
  5. Nov 30, 2004
  6. Nov 29, 2004
  7. Nov 25, 2004
  8. Nov 08, 2004
  9. Nov 07, 2004
  10. Oct 30, 2004
  11. Oct 25, 2004
    • Reid Spencer's avatar
      New Makefile Features: · 100080cc
      Reid Spencer authored
      * "dist" target now builds tar.gz, tar.bz2, and zip files suitable for
        distribution. "dist" can only be run from $(BUILD_OBJ_ROOT) and implies
        a "check".
      
      * made the preconditions not do a recursive make and ensured that they are
        executed sequentially.
      
      * made the messages output by the makefile be prefixed with "llvm" and the
        make level (e.g. llvm[1]: ) in the same way that make does so that the
        messages are uniform and more readable.
      
      * Fixed the tags target so that tags depends on TAGS which contains the
        rules to build a file named TAGS
      
      * Implemented the EXTRA_DIST feature in a few directories to make sure it
        works.
      
      llvm-svn: 17210
      100080cc
  12. Oct 22, 2004
  13. Oct 04, 2004
  14. Sep 07, 2004
  15. Aug 03, 2004
  16. Jun 17, 2004
  17. Jun 01, 2004
  18. Apr 24, 2004
  19. Mar 10, 2004
  20. Feb 26, 2004
  21. Feb 20, 2004
  22. Feb 13, 2004
  23. Feb 10, 2004
  24. Jan 22, 2004
  25. Jan 21, 2004
  26. Jan 16, 2004
  27. Jan 13, 2004
    • Brian Gaeke's avatar
      Remove and/or shorten many comments in configure.ac. · 2abe7ae3
      Brian Gaeke authored
      Remove checks for many common Unix programs. Our build process currently
      assumes they are there and makes no provisions for any other world-views.
      (We can add some of these checks back at some later time if it should prove
      useful, but right now, we do not need to check to see whether "rm" exists.)
      
      Remove checks for many common standard C headers and functions. We assume
      ISO/ANSI C++, and we always use the <cfoo> versions of ANSI C's <foo.h>
      headers, so these checks will not help anything.
      
      Edit configure's warning messages for clarity and content.
      
      Change checks for "optional" programs to default to using "true" instead of
      "false", so that a failure to find, e.g., etags, will be less likely to result
      in make failing.
      
      No longer shall we check for --enable-purify or --with-purify options.
      No longer shall we propagate these to the Makefiles.
      
      configure regenerated using autoconf-2.57.
      
      Please feel free to send me any questions or comments you have. :-)
      
      llvm-svn: 10814
      2abe7ae3
  28. Jan 12, 2004
  29. Dec 10, 2003
  30. Sep 11, 2003
  31. Sep 06, 2003
    • John Criswell's avatar
      Checkin of autoconf-style object root. · 0a6e6aaf
      John Criswell authored
      Moved Makefile.common to Makefile.rules.  This makes project Makefiles easier
      to support, and allows for easier overriding of default configuration values
      that used to be in Makefile.common.
      Modified Makefile.config.in to determine paths for directories (like
      LLVM_SRC_ROOT) and to use the pwd binary as opposed to the shell builtin (this
      works better for symbolic links).
      
      llvm-svn: 8377
      0a6e6aaf
  32. Jul 22, 2003
  33. Jul 02, 2003
Loading