mirror of
git://git.proxmox.com/git/pve-storage.git
synced 2024-12-23 17:34:34 +03:00
buildsys: make job safety
This commit is contained in:
parent
086c4bf12b
commit
4ddba65091
5
Makefile
5
Makefile
@ -43,8 +43,9 @@ install: pvesm.1 pvesm.bash-completion
|
||||
gzip -9 ${DESTDIR}/usr/share/man/man1/pvesm.1
|
||||
install -m 0644 -D pvesm.bash-completion ${DESTDIR}${BASHCOMPLDIR}/pvesm
|
||||
|
||||
.PHONY: deb ${DEB}
|
||||
deb ${DEB}:
|
||||
.PHONY: deb
|
||||
deb: ${DEB}
|
||||
${DEB}:
|
||||
rm -rf debian
|
||||
mkdir debian
|
||||
make DESTDIR=${CURDIR}/debian install
|
||||
|
Loading…
Reference in New Issue
Block a user