]> git.proxmox.com Git - pve-kernel.git/commitdiff
buildsys: improve fwcheck output
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 28 Mar 2017 11:00:16 +0000 (13:00 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 28 Mar 2017 11:00:16 +0000 (13:00 +0200)
Makefile

index 80378865d990aebde48790c0f1e7e58dbfeddd52..f471fad3fcb0b8757e036101018e5180d7c47cad 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -162,10 +162,12 @@ fwlist-${KVNAME}: data
 
 .PHONY: fwcheck
 fwcheck: fwlist-${KVNAME} fwlist-previous
-       echo "checking fwlist for changes since last built firmware package.."
-       echo "if this check fails, add fwlist-${KVNAME} to the pve-firmware repository and upload a new firmware package together with the ${KVNAME} kernel"
+       @echo "checking fwlist for changes since last built firmware package.."
+       @echo "if this check fails, add fwlist-${KVNAME} to the pve-firmware repository and upload a new firmware package together with the ${KVNAME} kernel"
        bash -c "diff -up -N <(sort fwlist-previous | uniq) <(sort fwlist-${KVNAME} | uniq) > fwlist.diff"
        rm fwlist.diff
+       @echo "done, no need to rebuild pve-firmware"
+
 
 abi-${KVNAME}: .compile_mark
        sed -e 's/^\(.\+\)[[:space:]]\+\(.\+\)[[:space:]]\(.\+\)$$/\3 \2 \1/' ${KERNEL_SRC}/Module.symvers | sort > abi-${KVNAME}