forked from Proxmox/proxmox-perl-rs
build: adapt Makefile to moved cargo config
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
7e3ea35595
commit
c873ac57d5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user