[ 
https://issues.apache.org/jira/browse/XERCESC-610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Boris Kolpackov closed XERCESC-610.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.1
         Assignee:     (was: Xerces-C Developers Mailing List)

Presumably fixed in 3.0.1.

> Makefile.in ignores @INSTALL@
> -----------------------------
>
>                 Key: XERCESC-610
>                 URL: https://issues.apache.org/jira/browse/XERCESC-610
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.1.0
>         Environment: Operating System: All
> Platform: All
>            Reporter: Bjoern A. Zeeb
>             Fix For: 3.0.1
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to