1. 01 Nov, 2012 19 commits
  2. 17 Oct, 2012 3 commits
  3. 16 Oct, 2012 16 commits
  4. 05 Oct, 2012 2 commits
    • Alessandro Rubini's avatar
      Makefile: complete reshuffle to make it readable · 66132ce4
      Alessandro Rubini authored
      This fits in 80 columns and makes other space cleanups, but
      there is no functional change.
      
      We'll need to touch it seriously when adding Kconfig and ppsi as
      an alternative to ptp-noposix, so I'd better have it readable before
      changing the meat in there.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      
      Conflicts:
      
      	Makefile
      66132ce4
    • Alessandro Rubini's avatar
      Makefile: three fixes · 5433fa2f
      Alessandro Rubini authored
      I'd better set CROSS_COMPILE in the environment than change my path,
      so CROSS_COMPILE is conditionally assigned.
      
      The revision is better "git describe --dirty" than "git rev-parse". The output
      is a short beautiful string like "wrpc-v2.0-13-g09a736d5"
      with an optional "-dirty" trailer, to show we compiled a non-committed
      change.
      
      Finally, to execute commands we dont $(shell) at toplevel, but have
      them in the build rule.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      5433fa2f