Skip to content
Snippets Groups Projects
  1. Dec 03, 2012
  2. Nov 22, 2012
  3. Nov 21, 2012
  4. Nov 01, 2012
  5. Oct 16, 2012
  6. Oct 05, 2012
    • 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: default 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: default avatarAlessandro Rubini <rubini@gnudd.com>
      5433fa2f
    • Alessandro Rubini's avatar
      Remove all spaces at end-of-line · 1d24ecfb
      Alessandro Rubini authored
      If you find this patch with "git blame" please use "git blame -w"
      to have all white-space ignored while associating lines to commits.
      
      This commit has no practical effect but cleanup. I made it
      with sed like this:
      
        git grep -l '[ \t]$' | xargs sed -i 's/[ \t]*$//'
      
      However, I had to manually restore doc/wrpc_mon.png after the fact.
      Similarly, I restored the include/hw/*regs.h files, as they
      are (most likely) auto-generated.
      1d24ecfb
  7. Aug 30, 2012
  8. Aug 09, 2012
  9. Jul 26, 2012
  10. Jul 10, 2012
  11. Jul 09, 2012
  12. Jul 04, 2012
  13. Jul 03, 2012
  14. Jun 13, 2012
  15. Jun 06, 2012
  16. Jun 04, 2012
  17. May 31, 2012