Skip to content

Commit

Permalink
Merge pull request torvalds#194 from ojeda/xargs
Browse files Browse the repository at this point in the history
Avoid `-n1` with `-I`
  • Loading branch information
ojeda authored Apr 14, 2021
2 parents d704d50 + 963187d commit e34bcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ quiet_cmd_exports = EXPORTS $@
cmd_exports = \
$(NM) -p --defined-only $< \
| grep -E ' (T|R|D) ' | cut -d ' ' -f 3 | grep -E '^(__rust_|_R)' \
| xargs -n1 -Isymbol \
| xargs -Isymbol \
echo 'EXPORT_SYMBOL_RUST_GPL(symbol);' > $@

$(objtree)/rust/exports_core_generated.h: $(objtree)/rust/core.o FORCE
Expand Down

0 comments on commit e34bcb9

Please sign in to comment.