[CRIU] [PATCH 08/10] common: Move atomic.h in
Cyrill Gorcunov
gorcunov at gmail.com
Tue Oct 25 05:39:17 PDT 2016
On Tue, Oct 25, 2016 at 02:53:13PM +0300, Pavel Emelyanov wrote:
>
> > diff --git a/Makefile b/Makefile
> > index c75cbfbdbd7d..7fbb1dbfef5f 100644
> > --- a/Makefile
> > +++ b/Makefile
> > @@ -132,7 +132,7 @@ ifeq ($(GMON),1)
> > export GMON GMONLDOPT
> > endif
> >
> > -CFLAGS += $(WARNINGS) $(DEFINES)
> > +CFLAGS += $(WARNINGS) $(DEFINES) -iquote include/common
>
> Why -I include/common? We include files by "common/foo.h" names, so
> the path for headers should be just include/, no?
>
> Applied
Yes, redundant string. Drop it on top please.
More information about the CRIU
mailing list