mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-05 15:06:16 +00:00
Add make dinstall target
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
ccc6924e6a
commit
93cf522dd8
10
Makefile
10
Makefile
@ -11,6 +11,16 @@ deb: $(foreach c,$(CRATES), $c-deb)
|
|||||||
echo $(foreach c,$(CRATES), $c-deb)
|
echo $(foreach c,$(CRATES), $c-deb)
|
||||||
lintian build/*.deb
|
lintian build/*.deb
|
||||||
|
|
||||||
|
.PHONY: dinstall
|
||||||
|
dinstall:
|
||||||
|
$(MAKE) proxmox-tools-deb proxmox-sortable-macro-deb
|
||||||
|
sudo dpkg -i build/librust-*.deb
|
||||||
|
$(MAKE) proxmox-api-macro-deb proxmox-sys-deb
|
||||||
|
sudo dpkg -i build/librust-*.deb
|
||||||
|
$(MAKE) proxmox-deb
|
||||||
|
sudo dpkg -i build/librust-*.deb
|
||||||
|
sudo -k
|
||||||
|
|
||||||
%-deb:
|
%-deb:
|
||||||
./build.sh $*
|
./build.sh $*
|
||||||
touch $@
|
touch $@
|
||||||
|
Loading…
Reference in New Issue
Block a user