[pmg-devel] [PATCH pmg-gui 1/2] buildsys: rm -f .lint-incremental
    Stoiko Ivanov 
    s.ivanov at proxmox.com
       
    Thu Nov 12 18:57:56 CET 2020
    
    
  
else the build fails if the file does not exist
Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
 js/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/js/Makefile b/js/Makefile
index d62e827..e60d638 100644
--- a/js/Makefile
+++ b/js/Makefile
@@ -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}
-- 
2.20.1
    
    
More information about the pmg-devel
mailing list