mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-06 01:04:35 +00:00
build fixups
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
b6c670b2db
commit
3312a7ad1b
4
Makefile
4
Makefile
@ -12,7 +12,9 @@ deb: $(foreach c,$(CRATES), $c-deb)
|
|||||||
lintian build/*.deb
|
lintian build/*.deb
|
||||||
|
|
||||||
.PHONY: dinstall
|
.PHONY: dinstall
|
||||||
dinstall: deb
|
dinstall:
|
||||||
|
$(MAKE) clean
|
||||||
|
$(MAKE) deb
|
||||||
sudo -k dpkg -i build/librust-*.deb
|
sudo -k dpkg -i build/librust-*.deb
|
||||||
|
|
||||||
%-deb:
|
%-deb:
|
||||||
|
@ -38,6 +38,3 @@ pub use router::{
|
|||||||
|
|
||||||
#[cfg(feature = "cli")]
|
#[cfg(feature = "cli")]
|
||||||
pub mod cli;
|
pub mod cli;
|
||||||
|
|
||||||
#[cfg(feature = "api-macro")]
|
|
||||||
pub use proxmox_api_macro::{api, router};
|
|
||||||
|
Loading…
Reference in New Issue
Block a user