Skip to content
  1. Oct 27, 2004
    • Reid Spencer's avatar
      Cleanup/Fixes: · 77a46d25
      Reid Spencer authored
      * Force preconditions to be met FIRST
      * Fix dist-check dependency
      * Add some variables to the printvars target
      * Automatically update Makefile.* as well as just Makefile
      
      llvm-svn: 17268
      77a46d25
  2. Oct 26, 2004
  3. 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
  4. Oct 24, 2004
    • Reid Spencer's avatar
      Fix uninstall from rebuilding everything (wrong dependency) · dcba7788
      Reid Spencer authored
      llvm-svn: 17204
      dcba7788
    • Reid Spencer's avatar
      Implemented New Features: · 12a3a055
      Reid Spencer authored
      * Fixed the install target to install files correctly
      * Implemented the uninstall target to remove files from install dirs
      * Isolated the top level targets (dist, dist-check, dist-clean, tags) so
        they only run/exist from the top level directory
      * Put if/endif gaurds around potentially dangerous $(RM) commands.
      * Implemented place-holder rules for distribution targets to just say that
        they aren't implemented yet.
      * Implemented tags target in Makefile.rules so all projects can use it
      * Made a pony for resistor
      
      llvm-svn: 17202
      12a3a055
    • Reid Spencer's avatar
      Make the $(OBJDIR) go away on clean-local. · e0578114
      Reid Spencer authored
      llvm-svn: 17197
      e0578114
  5. Oct 23, 2004
    • Reid Spencer's avatar
      Several Changes: · 81cd049e
      Reid Spencer authored
      * Fix parallel build problem on generated dependency files
      * Fix rule confusion between .a and .la libraries so that parallel builds
        don't get confused on who is building which .o and which library it is
        going into.
      * Fix dependency inclusion to only include C/C++ dependency files because
        other types of sources won't have dependencies auto generated.
      * Change "Source" to "SOURCES" for naming consistency
      * Update parallel build rules for new recursive targets
      * Implement EXPERIMENTAL_DIRS (failure allowed) feature
      * Implement -local version of targets (all-local, clean-local, etc)
      * Implement recursive targets in terms of their local counterparts
      * Clarify names of some internal variables
      * Move documentation to docs/MakefileGuide.html
      * Clean up commentary
      
      llvm-svn: 17192
      81cd049e
    • Reid Spencer's avatar
      * Actually ignore build errors in optional directories · 282e13c9
      Reid Spencer authored
      * Use LLVM_SRC_ROOT as the anchor for the Target.td file
      * Use MFLAGS instead of MAKEFLAGS for recursive makes so we don't try
        to build a target "w" or "s" mysteriously.
      
      llvm-svn: 17186
      282e13c9
    • Reid Spencer's avatar
      23a70370
    • Misha Brukman's avatar
      Pull in Target.td using absolute path from source root instead of relative path; · 0de42869
      Misha Brukman authored
      this allows us to have sub-targets whose depth in the tree is not the same as it
      is for the standard X86/PowerPC/Sparc.
      
      llvm-svn: 17170
      0de42869
  6. Oct 22, 2004
  7. Oct 11, 2004
  8. Oct 07, 2004
  9. Oct 04, 2004
  10. Sep 28, 2004
  11. Sep 23, 2004
  12. Sep 20, 2004
  13. Sep 16, 2004
  14. Sep 07, 2004
  15. Sep 05, 2004
  16. Sep 04, 2004
  17. Aug 20, 2004
  18. Jul 21, 2004
  19. Jul 08, 2004
  20. Jun 08, 2004
  21. Jun 01, 2004
  22. May 22, 2004
  23. May 21, 2004
  24. May 20, 2004
  25. Apr 24, 2004
  26. Mar 10, 2004
  27. Feb 13, 2004
  28. Feb 09, 2004
  29. Feb 04, 2004
  30. Jan 22, 2004
Loading