I'm reading WAY between the lines here, since it's not really clear what you mean...
If you're talking about when you run build commands which execute GNU Make and you see messages like "Entering directory /foo/bar" and "Leaving directory /foo/bar" in the build output, that is something GNU Make does on its own, and can be disabled by passing the --no-print-directory
message to the make
build command you have configured.
If that's not what you're talking about, then as @elextr suggested, you should clarify what you mean.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.