mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-29 13:52:02 +00:00
buildsys: only deb should be phony; start by removing debs
This commit is contained in:
parent
f745762b2e
commit
ffc0bacfa5
3
Makefile
3
Makefile
@ -89,8 +89,9 @@ install: ${PKGSOURCES}
|
|||||||
gzip -9 ${DESTDIR}/${MAN5DIR}/qm.conf.5
|
gzip -9 ${DESTDIR}/${MAN5DIR}/qm.conf.5
|
||||||
cd ${DESTDIR}/${MAN5DIR}; ln -s qm.conf.5.gz vm.conf.5.gz
|
cd ${DESTDIR}/${MAN5DIR}; ln -s qm.conf.5.gz vm.conf.5.gz
|
||||||
|
|
||||||
.PHONY: deb ${DEB}
|
.PHONY: deb
|
||||||
deb ${DEB}: ${PKGSOURCES}
|
deb ${DEB}: ${PKGSOURCES}
|
||||||
|
rm -f *.deb
|
||||||
rm -rf build
|
rm -rf build
|
||||||
mkdir build
|
mkdir build
|
||||||
make DESTDIR=${CURDIR}/build install
|
make DESTDIR=${CURDIR}/build install
|
||||||
|
Loading…
Reference in New Issue
Block a user