1. 26 May, 2017 1 commit
    • Damien George's avatar
      py/mkrules.mk: Fix auto-qstr generation when "make -B" is used. · 85f7b0b4
      Damien George authored
      For make v3.81, using "make -B" can set $? to empty and in this case the
      auto-qstr generation needs to pass all args (ie $^) to cpp.  The previous
      fix for this (which was removed in 23a693ec)
      used if statements in the shell command, which gave very long lines that
      didn't work on certain systems (eg cygwin).
      
      The fix in this patch is to use an $if(...) expression, which will evaluate
      to $? (only newer prerequisites) if it's non empty, otherwise it will use
      $^ (all prerequisites).
      85f7b0b4
  2. 25 May, 2017 4 commits
  3. 24 May, 2017 1 commit
  4. 21 May, 2017 5 commits
  5. 19 May, 2017 3 commits
  6. 18 May, 2017 4 commits
  7. 17 May, 2017 4 commits
  8. 16 May, 2017 9 commits
  9. 15 May, 2017 2 commits
  10. 14 May, 2017 5 commits
  11. 13 May, 2017 2 commits