[CRIU] [PATCH v3] make: cleanup pie build
Pavel Emelyanov
xemul at parallels.com
Thu Nov 8 12:57:57 EST 2012
On 11/08/2012 02:57 PM, Kinsbursky Stanislav wrote:
> From: Stanislav Kinsbursky <skinsbursky at openvz.org>
>
> This patch simplifies pie build. Main change is replaces explicit rules by
> implicit which reduces Makefile size and makes it more readable.
>
> Notes:
> 1) intermediate build files are preserved.
> 2) Both blobs are linked with util-net.o. Restorer blob doesn't require it,
> but this allows to avoid explicit rule for it.
>
> v3:
> 1) Fixed parasite build.
> 2) Fixed blobs deps - %.bin and %.bin.o can now be build in parallel.
> 3) Updated restorer link: restorer is not linked with util-net.o anymore.
>
> Signed-off-by: Stanislav Kinsbursky <skinsbursky at openvz.org>
> ---
> pie/Makefile | 87 +++++++++++++++++-----------------------------------------
> 1 files changed, 25 insertions(+), 62 deletions(-)
>
Plz, re-merge the patches and resend the whole series.
More information about the CRIU
mailing list