Skip to content
  1. 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
  2. Aug 29, 2003
  3. Aug 28, 2003
  4. Aug 27, 2003
  5. Aug 23, 2003
  6. Aug 22, 2003
  7. Aug 21, 2003
  8. Aug 20, 2003
    • John Criswell's avatar
      Modified the SUFFIXES pseudo targets so that we remove all default suffixes · 816deb77
      John Criswell authored
      and explicitly declare all the ones we're using for LLVM.
      This quickly cancels many of GNU Make's implicit rules and reduces build time.
      The only caveat is that any new suffixes may need to be explictly added to
      the .SUFFIXES pseudo target.
      
      Removed the -only-static option as it is no longer used.
      
      llvm-svn: 7979
      816deb77
  9. Aug 18, 2003
  10. Aug 15, 2003
  11. Aug 14, 2003
  12. Aug 12, 2003
    • John Criswell's avatar
      Merged in changes between PRE11_ROOT and LLVM_PRE111 (i.e. the beginning of · 48ecca60
      John Criswell authored
      the pre-release 1.1 branch and pre-release 1.1.1).
      Made the USE_SPEC option work.
      Silenced unnecessary error output from the cmp command when checking for
      updates to lex/yacc generated files.  This fixes a problem where we get error
      messages the first time the file is generated.
      Fixed the distclean option.  It is now in the Makefile (i.e. only runs in the
      top level source directory), removes more files, and plays nicely with
      external project Makefiles.
      
      llvm-svn: 7780
      48ecca60
  13. Aug 06, 2003
  14. Aug 05, 2003
  15. Aug 04, 2003
  16. Jul 31, 2003
  17. Jul 23, 2003
  18. Jul 16, 2003
  19. Jul 14, 2003
  20. Jul 10, 2003
  21. Jul 08, 2003
  22. Jul 01, 2003
  23. Jun 30, 2003
  24. Jun 27, 2003
  25. Jun 20, 2003
Loading