buildsys: drop hack that moved testing after dh_install
the motivation for this was that we required to build some stuff with different feature flags before the big-split when openid (that still links to the dependency-greedy) got added, to avoid that binaries that do not use openid at all also got linked to its dependencies. This is now fixed since a bit and thus we should be able to drop the test-reorder hack. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
3
Makefile
3
Makefile
@ -221,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}
|
||||
|
Reference in New Issue
Block a user