From: Wolfgang Bumiller Date: Wed, 22 Jan 2020 08:59:59 +0000 (+0100) Subject: buildsys: use system toolchain for package builds X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=6318298d33bbba980fc165382d7f7db5ba138362;p=pve-lxc-syscalld.git buildsys: use system toolchain for package builds Signed-off-by: Wolfgang Bumiller --- diff --git a/Makefile b/Makefile index b8c2c9e..d029925 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,7 @@ build: rm build/debian/control.in build/debian/control.src rm build/Cargo.lock find build/debian -name "*.hint" -delete + echo system >build/rust-toolchain $(foreach i,$(SUBDIRS), \ $(MAKE) -C build/$(i) clean ;)