From: Thomas Lamprecht Date: Fri, 28 May 2021 08:40:19 +0000 (+0200) Subject: buildsys: touch incremental-lint in check target to avoid triggering twice X-Git-Url: https://git.proxmox.com/?p=proxmox-widget-toolkit.git;a=commitdiff_plain;h=dfc86baacba307ad8d5a959730850e7a160549c5 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 --- 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