]> git.proxmox.com Git - pve-manager.git/commit
Makefile: fix distclean target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 27 Sep 2016 13:39:56 +0000 (15:39 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 28 Sep 2016 06:21:48 +0000 (08:21 +0200)
commit8f461035438bea11b66a52efd6718d2207b464df
treea051fd3d5fa51d1b493fe84fbd29fdf9a2c8e177
parent8b97744c7882bf947e5be600b10a4bb9139f3256
Makefile: fix distclean target

As some Makefiles in sub directories do not implement the distclean
target, namely:
PVE/Service/Makefile
PVE/CLI/Makefile

This target is broken.

As all other implementations just redirect to the 'clean' target I
do not implement the missing ones but rather remove all such
targets. Keep it just in the top level directory, for consistence
sake with other pve repos, and redirect it there directly to the
clean target.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 files changed:
Makefile
PVE/API2/Formatter/Makefile
PVE/API2/Makefile
PVE/Makefile
PVE/Status/Makefile
PVE/VZDump/Makefile
aplinfo/Makefile
bin/Makefile
bin/init.d/Makefile
bin/ocf/Makefile
bin/test/Makefile
www/bootstrap/Makefile
www/css/Makefile
www/css/fonts/Makefile
www/images/Makefile
www/manager6/Makefile
www/mobile/Makefile