You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/04/28 02:03:25 UTC

DO NOT REPLY [Bug 28643] New: - make install-include (slightly) alters system include files

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28643>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28643

make install-include (slightly) alters system include files

           Summary: make install-include (slightly) alters system include
                    files
           Product: Apache httpd-2.0
           Version: 2.0-HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: chjones@aleph0.com


The install-include target in the main Makefile includes the line
@chmod 644 $(DESTDIR)$(includedir)/*.h
By default, this chmod's all headers in /usr/include.  This is a minor change,
but  is, for instance, noted when determining which files have status changed by
installation.  Apache shouldn't mess with other system files ;-)  More
importantly, as all includes are installed with cp -p, and all currently
installed includes have mode already set to 644, this is unnecessary.

I will include a patch against the latest CVS below.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org