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