From 5d23073cb66dcdb20516731e3c0dc9e78666a961 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 10 Jun 2025 10:31:13 +0200 Subject: [PATCH] buildsys: add top-level make tidy target See pve-common's commit 5ae1f2e ("buildsys: add tidy make target") for details about the chosen xargs parameters. Signed-off-by: Thomas Lamprecht --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 758463c..51925a1 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,10 @@ DEB=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb all: +.PHONY: tidy +tidy: + git ls-files ':*.p[ml]'| xargs -n4 -P0 proxmox-perltidy + .PHONY: dinstall dinstall: deb dpkg -i $(DEB)