From: Stoiko Ivanov <s.ivanov@proxmox.com>
To: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] [PATCH pmg-gui 1/2] buildsys: rm -f .lint-incremental
Date: Thu, 12 Nov 2020 18:57:56 +0100 [thread overview]
Message-ID: <20201112175757.25201-2-s.ivanov@proxmox.com> (raw)
In-Reply-To: <20201112175757.25201-1-s.ivanov@proxmox.com>
else the build fails if the file does not exist
Signed-off-by: Stoiko Ivanov <s.ivanov@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
next prev parent reply other threads:[~2020-11-12 17:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-12 17:57 [pmg-devel] [PATCH pmg-gui 0/2] fix regex tester Stoiko Ivanov
2020-11-12 17:57 ` Stoiko Ivanov [this message]
2020-11-13 7:16 ` [pmg-devel] applied: [PATCH pmg-gui 1/2] buildsys: rm -f .lint-incremental Thomas Lamprecht
2020-11-12 17:57 ` [pmg-devel] [PATCH pmg-gui 2/2] RegexTester: find correct component Stoiko Ivanov
2020-11-13 7:17 ` [pmg-devel] applied: " Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201112175757.25201-2-s.ivanov@proxmox.com \
--to=s.ivanov@proxmox.com \
--cc=pmg-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox