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