]> xenbits.xensource.com Git - xen.git/commit
tools: don't call make recursively from libs.mk
authorJuergen Gross <jgross@suse.com>
Sun, 23 Aug 2020 08:00:11 +0000 (10:00 +0200)
committerWei Liu <wl@xen.org>
Thu, 27 Aug 2020 12:59:46 +0000 (12:59 +0000)
commit097b6fe1df89a0506a4feb1379ba5d9d14ec3a3b
treea1246904a4ec048969ac3ebe914c63bb906b6a20
parentbc44e2fb3199ecd8461bbdd093806f76ee61776a
tools: don't call make recursively from libs.mk

During build of a xen library make is called again via libs.mk. This is
not necessary as the same can be achieved by a simple dependency.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Wei Liu <wl@xen.org>
tools/libs/libs.mk