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

Frank Ch. Eigler fche@redhat.com
Sun May 7 03:34:00 GMT 2017


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



More information about the Systemtap mailing list