Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2b9d0d41eae33e6f6de5c8cae1f1c0cbcd31a529
      
https://github.com/WebKit/WebKit/commit/2b9d0d41eae33e6f6de5c8cae1f1c0cbcd31a529
  Author: Elliott Williams <[email protected]>
  Date:   2026-07-10 (Fri, 10 Jul 2026)

  Changed paths:
    M Source/cmake/ninja-wrapper

  Log Message:
  -----------
  [CMake] Print the "entering directory" message when using cmake --build + 
ninja-wrapper
https://bugs.webkit.org/show_bug.cgi?id=319144
rdar://181961494

Reviewed by Richard Robinson.

Vim and Emacs (and possibly other editors) parse this line and use it to
resolve path names in diagnostics, implement "go to next error", etc.

Ninja, like Make, will print it if you invoke it with `-C`. But `cmake
--build` changes the working directory *before* calling the build tool,
so nothing is printed.

Work around by printing the message from ninja-wrapper.

* Source/cmake/ninja-wrapper:

Canonical link: https://commits.webkit.org/316952@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to