[ http://nagoya.apache.org/jira/browse/XERCESC-610?page=history ]
Alberto Massari updated XERCESC-610: ------------------------------------ Priority: Major > Makefile.in ignores @INSTALL@ > ----------------------------- > > Key: XERCESC-610 > URL: http://nagoya.apache.org/jira/browse/XERCESC-610 > Project: Xerces-C++ > Type: Bug > Components: Build > Versions: 2.1.0 > Environment: Operating System: All > Platform: All > Reporter: Bjoern A. Zeeb > Assignee: Xerces-C Developers Mailing List > > 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. - If you think it was sent incorrectly contact one of the administrators: http://nagoya.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]