[CRIU] [PATCH 2/6] Makefile: remove an unneeded dependency

Cyrill Gorcunov gorcunov at openvz.org
Wed Feb 22 04:32:03 EST 2012


On Wed, Feb 22, 2012 at 01:24:25PM +0400, Kinsbursky Stanislav wrote:
> 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.

Kir, if you will be modifying the series, could you
please do so on top of -kir branch, where I've already
collected these patches but not yet merged into -master.

	Cyrill


More information about the CRIU mailing list