Skip to content
Snippets Groups Projects
  1. May 26, 2017
    • 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. May 25, 2017
  3. May 24, 2017
  4. May 21, 2017
  5. May 19, 2017
  6. May 18, 2017
  7. May 17, 2017
  8. May 16, 2017
  9. May 15, 2017
  10. May 14, 2017
  11. May 13, 2017
Loading