[CRIU] [RFC PATCH 04/21] zdtm: Makefile: remove lib, not lib/ (it could be a symlink pointing to host)
Ivan Shapovalov
intelfx at intelfx.name
Wed Mar 9 03:21:05 PST 2016
On 2016-03-09 at 13:20 +0300, Pavel Emelyanov wrote:
> On 02/19/2016 05:50 PM, Ivan Shapovalov wrote:
> >
> > Signed-off-by: Ivan Shapovalov <intelfx at intelfx.name>
> > ---
> > test/Makefile | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/test/Makefile b/test/Makefile
> > index a0a22b0..aa6c774 100644
> > --- a/test/Makefile
> > +++ b/test/Makefile
> > @@ -46,8 +46,8 @@ fault-injection: .FORCE
> > override CFLAGS += -D_GNU_SOURCE
> >
> > clean_root:
> > - $(Q) $(RM) -r ./lib/
> > - $(Q) $(RM) -r ./lib64/
> > + $(Q) $(RM) -r ./lib
> > + $(Q) $(RM) -r ./lib64
> This should be in zdtm.py clean nsroot. Would you check, please?
This patch had been prepared and sent before clean_root target was
removed in upstream. I've already dropped this patch from my branch,
next series will be without it.
--
Ivan Shapovalov / intelfx /
>
> >
> > $(Q) $(RM) -r ./tmp
> > $(Q) $(RM) -r ./etc
> > $(Q) $(RM) -r ./dev
> >
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openvz.org/pipermail/criu/attachments/20160309/736ecfd9/attachment.sig>
More information about the CRIU
mailing list