X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=4a8062104967114e9b316510acfea8ddf625d4bd;hb=22967505c402724084cb7d0c87fc96708bfaa329;hp=725bce6edb9a0261e340bcd18249c441bc50ac72;hpb=88e9d6bc5049d1c51318fc2107498182d96918f1;p=qemu-server.git diff --git a/Makefile b/Makefile index 725bce6..4a80621 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,10 @@ -RELEASE=3.3 +RELEASE=4.0 -VERSION=3.1 +VERSION=4.0 PACKAGE=qemu-server -PKGREL=35 +PKGREL=12 + +CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro DESTDIR= PREFIX=/usr @@ -32,15 +34,14 @@ dinstall: deb control: control.in sed -e s/@@VERSION@@/${VERSION}/ -e s/@@PKGRELEASE@@/${PKGREL}/ -e s/@@ARCH@@/${ARCH}/<$< >$@ - vzsyscalls.ph: vzsyscalls.h h2ph -d . vzsyscalls.h vmtar: vmtar.c utils.c - gcc -O2 -Werror -Wall -Wtype-limits -o vmtar vmtar.c + gcc ${CFLAGS} -o vmtar vmtar.c sparsecp: sparsecp.c utils.c - gcc -O2 -Werror -Wall -Wtype-limits -o sparsecp sparsecp.c + gcc ${CFLAGS} -o sparsecp sparsecp.c %.1.gz: %.1.pod rm -f $@ @@ -62,7 +63,7 @@ qmrestore.1.pod: qmrestore vm.conf.5.pod: gen-vmconf-pod.pl PVE/QemuServer.pm perl -I. ./gen-vmconf-pod.pl >$@ -PKGSOURCES=qm qm.1.gz qm.1.pod qmrestore qmrestore.1.pod qmrestore.1.gz qmextract sparsecp vmtar qemu.init.d qmupdate control vm.conf.5.pod vm.conf.5.gz +PKGSOURCES=qm qm.1.gz qm.1.pod qmrestore qmrestore.1.pod qmrestore.1.gz qmextract sparsecp vmtar control vm.conf.5.pod vm.conf.5.gz .PHONY: install install: ${PKGSOURCES} @@ -79,12 +80,11 @@ install: ${PKGSOURCES} make -C PVE install install -m 0755 qm ${DESTDIR}${SBINDIR} install -m 0755 qmrestore ${DESTDIR}${SBINDIR} - install -D -m 0755 qmupdate ${DESTDIR}${VARLIBDIR}/qmupdate - install -D -m 0755 qemu.init.d ${DESTDIR}/etc/init.d/${PACKAGE} install -m 0755 pve-bridge ${DESTDIR}${VARLIBDIR}/pve-bridge install -m 0755 pve-bridgedown ${DESTDIR}${VARLIBDIR}/pve-bridgedown install -s -m 0755 vmtar ${DESTDIR}${LIBDIR} install -s -m 0755 sparsecp ${DESTDIR}${LIBDIR} + install -D -m 0644 modules-load.conf ${DESTDIR}/etc/modules-load.d/qemu-server.conf install -m 0755 qmextract ${DESTDIR}${LIBDIR} install -m 0644 qm.1.gz ${DESTDIR}/usr/share/man/man1/ install -m 0644 qm.1.pod ${DESTDIR}/${PODDIR} @@ -101,9 +101,8 @@ deb ${DEB}: ${PKGSOURCES} perl -I. ./qm verifyapi install -d -m 0755 build/DEBIAN install -m 0644 control build/DEBIAN - install -m 0755 postinst build/DEBIAN - install -m 0755 postrm build/DEBIAN - echo "/etc/init.d/${PACKAGE}" >>build/DEBIAN/conffiles + install -m 0644 triggers build/DEBIAN + echo "/etc/modules-load.d/qemu-server.conf" >>build/DEBIAN/conffiles install -D -m 0644 copyright build/${DOCDIR}/${PACKAGE}/copyright install -m 0644 changelog.Debian build/${DOCDIR}/${PACKAGE}/ gzip -9 build/${DOCDIR}/${PACKAGE}/changelog.Debian