* builds/toplevel.mk: Avoid side effects of `shell`.

We use a dummy variable to catch its output.  Otherwise the `make`
program is going to interpret the return value of `shell`; this can
cause obscure warning or error messages or even be harmful.
2 files changed