]> git.proxmox.com Git - proxmox-backup.git/blobdiff - Makefile
fix #4095: make http client use proxy config from 'ALL_PROXY' env var
[proxmox-backup.git] / Makefile
index 6b098aa19fef350b8b4cbd16e1c079c50a43fc77..a29cb2df2d425b8cd2421fdc1b3f26c02dfb5a8c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,11 +38,8 @@ SUBCRATES := \
        pbs-config \
        pbs-datastore \
        pbs-fuse-loop \
-       pbs-runtime \
        proxmox-rest-server \
-       proxmox-rrd-api-types \
        proxmox-rrd \
-       proxmox-systemd \
        pbs-tape \
        pbs-tools \
        proxmox-backup-banner \
@@ -224,9 +221,6 @@ install: $(COMPILED_BINS)
            install -m755 $(COMPILEDIR)/$(i) $(DESTDIR)$(LIBEXECDIR)/proxmox-backup/ ;)
        $(MAKE) -C www install
        $(MAKE) -C docs install
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-       $(MAKE) test # HACK, only test now to avoid clobbering build files with wrong config
-endif
 
 .PHONY: upload
 upload: ${SERVER_DEB} ${CLIENT_DEB} ${RESTORE_DEB} ${DOC_DEB} ${DEBUG_DEB}