]> git.proxmox.com Git - pmg-api.git/commitdiff
make clean: ignore non-existing PMG/pmgcfg.pm
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Nov 2019 12:37:39 +0000 (13:37 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Nov 2019 12:37:39 +0000 (13:37 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/Makefile

index cd19c079d9fd842fea6d86b0326e42d87c47d430..b5e4c9f2413eb2df85eb9de22ea2025980732615 100644 (file)
@@ -201,7 +201,7 @@ check:
 clean:
        make cleanup-docgen
        make -C tests clean
-       rm PMG/pmgcfg.pm
+       rm -f PMG/pmgcfg.pm
        rm -rf ${CONF_MANS} *.bash-completion *.service-bash-completion
        if test -d .git; then  rm -f PMG/pmgcfg.pm; fi
        find . -name '*~' -exec rm {} ';'