You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/09/08 15:02:12 UTC

DO NOT REPLY [Bug 12397] New: - Makefile.in ignores @INSTALL@

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12397

Makefile.in ignores @INSTALL@

           Summary: Makefile.in ignores @INSTALL@
           Product: Xerces-C++
           Version: 2.1.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: bzeeb@zabbadoz.net


While installing on FreeBSD I found that Makefile.in always uses
CP from Makefile.incl instead of using @INSTALL@ from configure.

As configure scripts already check for the best installer on the
system one should use it and not ${CP}.

On FreeBSD there is a special problem because Makefile.incl uses

ifeq (${PLATFORM}, FREEBSD)
CP = -cp -p

If one compiles as user and installes as root files will not be
chowned but get installed with uid from the user who compiled.

Easy fix for this is to remove -p under FreeBSD but one should
really switch and use @INSTALL@ in Makefile.in.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org