From c873ac57d5448bdee7543981e8a7d7f842665b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 20 Jun 2024 12:20:42 +0200 Subject: [PATCH] build: adapt Makefile to moved cargo config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- pmg-rs/Makefile | 2 +- pve-rs/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pmg-rs/Makefile b/pmg-rs/Makefile index 5d5636bf..073a2843 100644 --- a/pmg-rs/Makefile +++ b/pmg-rs/Makefile @@ -76,7 +76,7 @@ upload: $(DEBS) git diff --exit-code --stat && git diff --exit-code --stat --staged tar cf - $(DEBS) | ssh -X repoman@repo.proxmox.com upload --product pmg --dist $(DEB_DISTRIBUTION) -$(BUILDDIR): src debian common/src Cargo.toml Makefile .cargo/config +$(BUILDDIR): src debian common/src Cargo.toml Makefile .cargo/config.toml rm -rf $(BUILDDIR) $(BUILDDIR).tmp mkdir $(BUILDDIR).tmp mkdir $(BUILDDIR).tmp/common diff --git a/pve-rs/Makefile b/pve-rs/Makefile index c65e5e32..c6b4e080 100644 --- a/pve-rs/Makefile +++ b/pve-rs/Makefile @@ -82,7 +82,7 @@ upload: $(DEBS) git diff --exit-code --stat && git diff --exit-code --stat --staged tar cf - $(DEBS) | ssh -X repoman@repo.proxmox.com upload --product pve --dist $(DEB_DISTRIBUTION) -$(BUILDDIR): src debian test common/src Cargo.toml Makefile .cargo/config +$(BUILDDIR): src debian test common/src Cargo.toml Makefile .cargo/config.toml rm -rf $(BUILDDIR) $(BUILDDIR).tmp mkdir $(BUILDDIR).tmp mkdir $(BUILDDIR).tmp/common