Skip to content
Verified Commit f25ead68 authored by Matthew Clarkson's avatar Matthew Clarkson
Browse files

fix(genrule): remove quoting of `$(OUTS)`/`$(SRCS)`

As per the documentation for the [predefined variables]:

> If the filenames corresponding to the input labels or the output filenames contain spaces, `'`, or other special characters...then `$(SRCS)` and `$(OUTS)` are not suitable for interpolation into a command line, as they do not have the semantics that `"${@}"` would in Bash.

[predefined variables]: https://bazel.build/reference/be/make-variables#predefined_genrule_variables
parent 6f511e15
Loading
Loading
Loading
Loading
  • GITLAB_TOKEN @group_3575_bot_1fa64dd2caebb37307063a803b95a420

    mentioned in commit 482e4e01

    ·

    mentioned in commit 482e4e01

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment