You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Daniel Rall <dl...@apache.org> on 2005/06/10 00:50:12 UTC

[PATCH] Install should preserve executable flag on files from build/

When attempting to build Subversion trunk against the tip of httpd
trunk, instdso.sh was not set executable as assumed by Subversion's
build process.  This is due to mishandling of the executable bit on
files copied into httpd's install location by its Makefile.

Change log follows, patch attached.

* Makefile.in
  (install-build): Preserve executable flag when copying build/
   files by using INSTALL_PROGRAM intead of INSTALL_DATA (as defined
   by rules.mk).


p.s. I noticed a few other executable files in my httpd/build/ source
directory, but didn't check for other instances of this problem.


Re: [PATCH] Install should preserve executable flag on files from build/

Posted by Joe Orton <jo...@redhat.com>.
On Thu, Jun 09, 2005 at 03:50:12PM -0700, Daniel Rall wrote:
> When attempting to build Subversion trunk against the tip of httpd
> trunk, instdso.sh was not set executable as assumed by Subversion's
> build process.  This is due to mishandling of the executable bit on
> files copied into httpd's install location by its Makefile.
> 
> Change log follows, patch attached.

Thanks Daniel, I merged that with the change already committed.

joe