[pve-devel] [PATCH proxmox-perl-rs 5/6] build fix: pmg-rs is not here yet
Wolfgang Bumiller
w.bumiller at proxmox.com
Tue Nov 9 12:26:54 CET 2021
Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
---
Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
index b6cb8bb..a01a718 100644
--- a/Makefile
+++ b/Makefile
@@ -27,15 +27,15 @@ build:
mkdir build
echo system >build/rust-toolchain
cp -a ./perl-* ./build/
- cp -a ./pve-rs ./pmg-rs ./build
+ cp -a ./pve-rs ./build
pve-deb: build
cd ./build/pve-rs && dpkg-buildpackage -b -uc -us
touch $@
-pmg-deb: build
- cd ./build/pmg-rs && dpkg-buildpackage -b -uc -us
- touch $@
+# pmg-deb: build
+# cd ./build/pmg-rs && dpkg-buildpackage -b -uc -us
+# touch $@
.PHONY: clean
clean:
--
2.30.2
More information about the pve-devel
mailing list