This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] buildrun: remove quotes around -I include line


Torsten.Polle wrote:

> [...]
>  > -  o << "EXTRA_CFLAGS += -I\"" << s.runtime_path << "\"" << endl;
>  > +  o << "EXTRA_CFLAGS += -I" << s.runtime_path << endl;

> as I also need this patch, I would like to check on the status. I've
> not seen this patch applied yet. Did I miss something?

The patch would work around an as-yet-unidentified kbuild scripting bug
somewhere, but would break builds with a runtime_path containing spaces.
Maybe that's OK.

- FChE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]