Skip to content
  1. 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
  2. Dec 06, 2004
  3. Dec 04, 2004
  4. Nov 29, 2004
  5. Nov 25, 2004
  6. Nov 08, 2004
  7. Nov 07, 2004
  8. Oct 30, 2004
  9. Oct 26, 2004
  10. 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
  11. Oct 24, 2004
  12. Sep 17, 2004
  13. Aug 29, 2004
  14. Aug 24, 2004
  15. Jun 24, 2004
  16. Jun 11, 2004
  17. May 25, 2004
  18. Apr 24, 2004
  19. Apr 16, 2004
  20. Feb 10, 2004
  21. Feb 09, 2004
  22. Feb 08, 2004
  23. Feb 04, 2004
  24. Feb 03, 2004
  25. Jan 22, 2004
  26. Jan 13, 2004
  27. Dec 10, 2003
  28. Oct 21, 2003
  29. Oct 08, 2003
  30. Oct 07, 2003
Loading