[CRIU] [PATCH 2/6] Makefile: remove an unneeded dependency
Kinsbursky Stanislav
skinsbursky at openvz.org
Wed Feb 22 04:24:25 EST 2012
22.02.2012 02:09, Kir Kolyshkin пишет:
> There is no need to make .d files for restorer-blob.h
>
> Signed-off-by: Kir Kolyshkin<kir at openvz.org>
> ---
> Makefile | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index d5ffeca..3486a73 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -103,7 +103,7 @@ $(RHEAD-BIN): $(ROBJS) $(RHEAD-LDS)
> $(E) " GEN " $@
> $(Q) $(LD) -T $(patsubst %.bin,%.lds.S,$@) -o $@ $(ROBJS)
>
> -$(RHEAD-BLOB-GEN): $(RHEAD-BIN) $(RDEPS-BLOB)
> +$(RHEAD-BLOB-GEN): $(RHEAD-BIN)
> $(E) " GEN " $@
> $(Q) $(SH) gen-offsets.sh \
> restorer_h__ \
You forgot to remove RDEPS-BLOB itself.
--
Best regards,
Stanislav Kinsbursky
More information about the CRIU
mailing list