1. 25 9月, 2009 38 次提交
  2. 24 9月, 2009 2 次提交
    • P
      MAKEALL: Use POSIX math · 55f786d8
      Peter Tyser 提交于
      Signed-off-by: NPeter Tyser <ptyser@xes-inc.com>
      55f786d8
    • P
      MAKEALL: Add summary information · 40a28f08
      Peter Tyser 提交于
      This change adds some basic summary information to the MAKEALL script.
      The summary information includes how many boards were compiled, how many
      boards had compile warnings or errors, and which specific boards had
      compile warnings or errors.
      
      This information is useful when doing compile testing to quickly
      determine which boards are broken.
      
      As a side benefit, no empty $BOARD.ERR files are generated by MAKEALL.
      Previously, each board had a corresponding $BOARD.ERR file, even if the
      board compiled cleanly.
      Signed-off-by: NPeter Tyser <ptyser@xes-inc.com>
      40a28f08