]> git.proxmox.com Git - pmg-gui.git/commitdiff
buildsys: rm -f .lint-incremental
authorStoiko Ivanov <s.ivanov@proxmox.com>
Thu, 12 Nov 2020 17:57:56 +0000 (18:57 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 13 Nov 2020 07:10:25 +0000 (08:10 +0100)
else the build fails if the file does not exist

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
js/Makefile

index d62e827293dcccc348dc1460653c28730d279824..e60d638b55893d08d4c0a0185bf5885d23121017 100644 (file)
@@ -102,7 +102,7 @@ lint: .lint-incremental
 
 .PHONY: check
 check: ${JSSRC}
-       rm ".lint-incremental"
+       rm -f ".lint-incremental"
        $(MAKE) lint
 
 pmgmanagerlib.js: OnlineHelpInfo.js ${JSSRC}