On Monday, 29 June 2020 at 17:51:12 UTC, Andrei Alexandrescu wrote: > Is there a way to see what build.d is doing from the invocation > of make? The only way I found was to do surgery on > src/posix.mak and add --verbose to: > > $(RUN_BUILD) $@ > > Thanks! make -f ***.mak VERBOSE=1 ....