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