Skip to content
Snippets Groups Projects
  1. Mar 02, 2020
  2. Feb 28, 2020
  3. Feb 25, 2020
  4. Feb 19, 2020
  5. Feb 18, 2020
  6. Feb 17, 2020
  7. Feb 14, 2020
  8. Feb 13, 2020
  9. Feb 12, 2020
  10. Nov 15, 2019
  11. Nov 14, 2019
  12. Nov 13, 2019
  13. Nov 11, 2019
    • Paul Smith's avatar
      Terminal: Support GNU make's TTY notification environment variable · dfd0521e
      Paul Smith authored and Brad King's avatar Brad King committed
      Starting with release 4.0, GNU make provides for collecting recipe
      output and printing it all at once after the recipe is complete, as
      well as ensuring that only one rule is printing output at a time.
      This allows parallel builds without mangled output.
      
      However, it means that programs run by make do not have a TTY for
      their stdout or stderr: make is collecting this.
      
      GNU make 4.1 and above will set an environment variable MAKE_TERMOUT
      to a non-empty value if make believes that after it's done collecting
      stdout, the results will be displayed on a TTY.
      
      This patch teaches KWsys to check that environment variable and if
      set, proceed as if output is going to a TTY.
      dfd0521e
  14. Nov 04, 2019
  15. Nov 01, 2019
  16. Oct 31, 2019
  17. Oct 30, 2019
  18. Oct 29, 2019
  19. Oct 16, 2019
  20. Oct 15, 2019
  21. Sep 18, 2019
  22. Sep 17, 2019
Loading