From dfc86baacba307ad8d5a959730850e7a160549c5 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 28 May 2021 10:40:19 +0200 Subject: [PATCH] buildsys: touch incremental-lint in check target to avoid triggering twice Without this the check and the, through the 'install' target triggered, incremental lint target triggered a full eslint run. Makes it similar to what PBS did from the beginning of eslint inclusion.. Signed-off-by: Thomas Lamprecht (cherry picked from commit 557c45056c62edaa480341c262b0286eecb6a56a) Signed-off-by: Thomas Lamprecht --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index 9e3ad4e..5efe767 100644 --- a/src/Makefile +++ b/src/Makefile @@ -88,6 +88,7 @@ all: ${SUBDIRS} check: lint lint: ${JSSRC} eslint --strict ${JSSRC} + touch ".lint-incremental" proxmoxlib.js: .lint-incremental ${JSSRC} # add the version as comment in the file -- 2.39.2