]> git.proxmox.com Git - pve-manager.git/blobdiff - Makefile
Rename 'create' to 'isCreate' in pveWindowEdit and subclasses
[pve-manager.git] / Makefile
index afff8c49175c991a3d8d019addd497478e42ce4f..96d02470f04608340fd3f6a860e4b19cb5922ddf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ upload: ${DEB} check
 #      rsync po/*.po po/pve-manager.pot pve.proxmox.com:/home/ftp/sources/po-files/
 
 .PHONY: install
-install: country.dat vznet.conf vzdump.conf vzdump-hook-script.pl pve-apt.conf mtu bridgevlan bridgevlanport vlan vlan-down
+install: country.dat vzdump.conf vzdump-hook-script.pl pve-apt.conf mtu bridgevlan bridgevlanport vlan vlan-down
        install -d -m 0700 -o www-data -g www-data ${DESTDIR}/var/log/pveproxy
        install -D -m 0644 debian/pve.logrotate ${DESTDIR}/etc/logrotate.d/pve
        install -d ${DESTDIR}/usr/share/${PACKAGE}
@@ -74,7 +74,6 @@ install: country.dat vznet.conf vzdump.conf vzdump-hook-script.pl pve-apt.conf m
        install -D -m 0644 pve-sources.list ${DESTDIR}/etc/apt/sources.list.d/pve-enterprise.list
        install -D -m 0644 pve-blacklist.conf ${DESTDIR}/etc/modprobe.d/pve-blacklist.conf
        install -D -m 0644 vzdump.conf ${DESTDIR}/etc/vzdump.conf
-       install -D -m 0755 vznet.conf ${DESTDIR}/etc/vz/vznet.conf
        install -D -m 0755 mtu ${DESTDIR}/etc/network/if-up.d/mtu
        install -D -m 0755 bridgevlan ${DESTDIR}/etc/network/if-up.d/bridgevlan
        install -D -m 0755 bridgevlanport ${DESTDIR}/etc/network/if-up.d/bridgevlanport
@@ -92,7 +91,6 @@ install: country.dat vznet.conf vzdump.conf vzdump-hook-script.pl pve-apt.conf m
 
 .PHONY: distclean
 distclean: clean
-       set -e && for i in ${SUBDIRS}; do ${MAKE} -C $$i $@; done
 
 .PHONY: clean
 clean: