View Issue Details

IDProjectCategoryView StatusLast Update
0001423XdebugInstallationpublic2017-04-19 14:16
Reporterporjo Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Product Version2.5.3 
Summary0001423: make is copying files
Description

Running make is copying files outside the source tree!?

Steps To Reproduce

I ran the following commands on 2.5.3 source:

  • phpize
  • ./configure --enable-xdebug
  • make

I noticed several files being installed into locations outside the source tree e.g.
cp ./.libs/xdebug.so /usr/local/src/apache24/src/xdebug-2.5.3/modules/xdebug.so
cp ./.libs/xdebug.lai /usr/local/src/apache24/src/xdebug-2.5.3/modules/xdebug.la

Additional Information

IMHO running 'make' should not cause files to be copied like this, instead that should happen upon 'make install'

TagsNo tags attached.
Operating System
PHP Version5.6.20-5.6.24

Activities

porjo

2017-04-19 00:16

reporter   ~0004287

This issue is my mistake - please close. The files are not in fact being copied outside the source tree!!! Sorry for the noise.

Issue History

Date Modified Username Field Change
2017-04-19 00:10 porjo New Issue
2017-04-19 00:16 porjo Note Added: 0004287
2017-04-19 14:16 derick Status new => resolved
2017-04-19 14:16 derick Resolution open => no change required
2017-04-19 14:16 derick Assigned To => derick