1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

[lxd-import] Makefile: don't use xargs in "tags" target

Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
This commit is contained in:
Simon Deziel
2023-09-06 12:59:47 -04:00
committed by Stéphane Graber
parent 6c078e3f2b
commit 614ce16722

View File

@@ -283,4 +283,4 @@ endif
run-parts --exit-on-error --regex '.sh' test/lint
tags: */*.go
find . -type f -name '*.go' | xargs gotags > tags
find . -type f -name '*.go' | gotags -L - -f tags