Skip to content
  1. May 29, 2003
  2. May 15, 2003
  3. Mar 14, 2003
  4. Feb 19, 2003
  5. Feb 13, 2003
  6. Feb 12, 2003
  7. Jan 31, 2003
  8. Jan 23, 2003
  9. Jan 22, 2003
  10. Jan 16, 2003
  11. Dec 16, 2002
  12. Dec 04, 2002
  13. Nov 04, 2002
  14. Oct 29, 2002
  15. Oct 25, 2002
  16. Oct 23, 2002
  17. Oct 20, 2002
  18. Oct 15, 2002
  19. Oct 14, 2002
  20. Sep 25, 2002
  21. Sep 22, 2002
  22. Sep 20, 2002
  23. Sep 19, 2002
  24. Sep 18, 2002
  25. Sep 17, 2002
  26. Sep 14, 2002
  27. Sep 13, 2002
  28. 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
Loading