mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-12 10:16:48 +00:00
Mutating the Makefile in-place to strip prereqs was fragile and limited to one target per invocation. DEPS= skips deps declaratively and propagates through recursive make, so multi-target builds can opt out in one shot. Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>