Skip to content
  1. Jun 03, 2006
  2. Jun 01, 2006
  3. May 18, 2006
    • Reid Spencer's avatar
      Make some changes suggested by Chris: · a22a5b38
      Reid Spencer authored
      1. Remove the LLVM_DO_NOT_BUILD feature (not needed any more)
      2. Ensure that lib/VMCore gets built first. This needs to be done because
         VMCore now uses tblgen to generate the Intrinsics header which are
         needed in other libraries. In parallel builds, this can cause problems.
      
      llvm-svn: 28374
      a22a5b38
  4. Apr 12, 2006
  5. Apr 08, 2006
    • Reid Spencer's avatar
      Fix recursion: · 8ac50626
      Reid Spencer authored
      1. Make setting OPTIONAL_DIRS use immediate assignment
      2. Include Makefile.config before ifeq tests and then Makefile.rules later
         instead of Makefile.common up front. This ensures that the variable
         values are set before the ifeq statements in Makefile.rules are
         evaluated.
      With this, recursion into projects/examples is corrected.
      
      llvm-svn: 27519
      8ac50626
    • Reid Spencer's avatar
      Don't build projects/examples if libs-only was specified. · 4b22fdc9
      Reid Spencer authored
      llvm-svn: 27518
      4b22fdc9
  6. Apr 07, 2006
  7. Aug 25, 2005
    • Reid Spencer's avatar
      For PR614: · 53846bcd
      Reid Spencer authored
      Move the implementation of the fix from Makefile.rules to Makefile. This
      ensures that it is only checked on a top-level rebuild, and not in every
      single subdirectory. This removes some annoying messages from the build and
      numerous executions of config.status if the .in file changes but not
      substantively enough to cause the .h file to be modified by config.status.
      
      llvm-svn: 23039
      53846bcd
  8. May 29, 2005
  9. May 25, 2005
  10. May 24, 2005
    • Reid Spencer's avatar
      Two dist-check related changes: · 13f5193f
      Reid Spencer authored
      1. Allow DIST_CHECK_CONFIG_OPTION to specify a set of options to be passed
         to the configure script during the dist-check target. This allows things
         to be passed down on a project basis so the configure doesn't fail.
      
      2. Use the tar | (cd ; tar ) idiom to copy files which is more flexible
         than using the cp command. THis allows us to exclude CVS .svn
         directories at source rather than stripping them out of the tar ball.
      
      llvm-svn: 22166
      13f5193f
  11. Dec 06, 2004
  12. Dec 04, 2004
  13. Nov 29, 2004
  14. Nov 25, 2004
  15. Nov 08, 2004
  16. Nov 07, 2004
  17. Oct 30, 2004
  18. Oct 26, 2004
  19. 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
  20. Oct 24, 2004
  21. Sep 17, 2004
  22. Aug 29, 2004
  23. Aug 24, 2004
  24. Jun 24, 2004
  25. Jun 11, 2004
  26. May 25, 2004
  27. Apr 24, 2004
  28. Apr 16, 2004
Loading