On Fri, 2013-10-25 at 08:05 -0500, Seth Forshee wrote:
>
> If you disagree, it won't hurt my feelings if you drop those changes, so
> long as you keep the ones which makes sure things like .png files aren't
> executable ;-)
I pretty much don't care. I'll pull in the patches as is. I also had
Joh
On Fri, Oct 25, 2013 at 04:31:33AM -0400, Steven Rostedt wrote:
> On Thu, 2013-10-24 at 14:14 -0500, Seth Forshee wrote:
> > diff --git a/Makefile b/Makefile
> > index 1964949..2423038 100644
> > --- a/Makefile
> > +++ b/Makefile
> > @@ -86,7 +86,8 @@ ifeq ($(shell sh -c "python-config --includes >
On Thu, 2013-10-24 at 14:14 -0500, Seth Forshee wrote:
> diff --git a/Makefile b/Makefile
> index 1964949..2423038 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -86,7 +86,8 @@ ifeq ($(shell sh -c "python-config --includes > /dev/null
> 2>&1 && echo y"), y)
> PYTHON_PLUGINS := plugin_python.s
Libraries and data files should not be installed with execute
permissions as is currently the case. Add do_data_install
functions to the makefiles to install data without execute
permissions and use this for installing all data files.
Signed-off-by: Seth Forshee
---
Documentation/Makefile | 13 +
4 matches
Mail list logo