Skip to content
Snippets Groups Projects
  1. Aug 02, 2012
    • Stewart Smith's avatar
      add $(AM_V_GEN) to documentation generation Makefile targets. · c9aafa09
      Stewart Smith authored and Nick Mathewson's avatar Nick Mathewson committed
      This makes the V=1 or V=0 automake silent build options display (or hide)
      the full command line used.
      
        GEN foo.bar
      
      will be seen rather than the full command.
      
      As with all automake silent rules, "make V=1" will output the full command.
      c9aafa09
    • Stewart Smith's avatar
      Enable the automake silent rules. · 9572bebc
      Stewart Smith authored and Nick Mathewson's avatar Nick Mathewson committed
      $ make V=1 # will temporarily disable them
      
      otherwise you see:
      
         CC foo.c
      
      rather than the giant long bulid line.
      
      This makes it significantly easier to spot compiler warnings etc.
      
      Additionally, make them conditional, so we won't error on automake <
      1.11
      
      (commits squashed by nickm.)
      9572bebc
  2. Jul 31, 2012
  3. Jul 24, 2012
  4. Jul 23, 2012
  5. Jul 20, 2012
  6. Jul 19, 2012
Loading