Skip to content
  1. Oct 15, 2002
  2. Oct 14, 2002
  3. Sep 25, 2002
  4. Sep 22, 2002
  5. Sep 20, 2002
  6. Sep 19, 2002
  7. Sep 18, 2002
  8. Sep 17, 2002
  9. Sep 14, 2002
  10. Sep 13, 2002
  11. Sep 12, 2002
    • Chris Lattner's avatar
      Make sure to print a message when linking a tool · 500f0649
      Chris Lattner authored
      llvm-svn: 3687
      500f0649
    • Misha Brukman's avatar
      Compiling with "gmake" should produce less output. The compilation/linking · 1326a7c7
      Misha Brukman authored
      flags are always the same anyway, who wants to see so much text on the
      screen? Compiling with "gmake VERBOSE=1" should produce all the output
      you're used to.
      
      Basically it checks for VERBOSE being defined, and if it is, sets VERB
      appropriately. VERB is then prepended in a bunch of key places such that
      when VERB is "@", the command is not echoed, when VERB is not set to
      anything, it's as before.
      
      One thing I could not get rid of is "gmake[1]: Entering directory <blah>",
      but running "gmake -s" suppresses it all, and shows just the interesting
      stuff.
      
      Now output (when running "gmake -s" will look something like):
      
      <snip>
      ======= Linking target debug library =======
      Compiling Writer.cpp
      Compiling getLLVMinfo.cpp
      Compiling as.cpp
      Compiling dis.cpp
      Compiling opt.cpp
      Compiling gccas.cpp
      <snip>
      
      llvm-svn: 3686
      1326a7c7
  12. Aug 30, 2002
  13. Aug 29, 2002
  14. Aug 22, 2002
  15. Aug 17, 2002
  16. Aug 12, 2002
    • Chris Lattner's avatar
      - Makefile changes: · 01f68c6d
      Chris Lattner authored
         - Now build executables into /shared
         - New BUILD_ROOT_TOP variable which is basically = $(BUILD_ROOT)/$(LEVEL) but
           cleaner and works for llvm/test/*
         - Use := more in Makefile.common
      
      llvm-svn: 3291
      01f68c6d
  17. Aug 09, 2002
  18. Aug 03, 2002
  19. Aug 02, 2002
  20. Jul 31, 2002
  21. Jul 25, 2002
  22. Jul 23, 2002
  23. Jul 09, 2002
  24. May 10, 2002
  25. Apr 07, 2002
  26. Apr 05, 2002
  27. Feb 11, 2002
  28. Jan 23, 2002
  29. Jan 22, 2002
Loading