michaelforney / samurai

ninja-compatible build tool written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Entering directory `...' message

occivink opened this issue · comments

Hi,

When executing ninja -C build (when using make -C too), the following line is printed to stdout

ninja: Entering directory `build'

samurai does not print such a message so parsing stdout is not enough to know where an error originates from (seeing that relative paths are used). It would be helpful is samurai printed this too.