Re: Report bugs to

2015-05-08 Thread Paul Smith
On Fri, 2015-05-08 at 14:33 +0800, 林海鸿 wrote: > I got a bug when installing mexopencv on matlab base on xcode. > LOG HERE: http://paste.ubuntu.com/11021239/ Please paste the basic command and error message into your email: make MATLABDIR="/Applications/MATLAB_R2014b.app" MEXEXT=mexmaci64 -I/us

new flag to show executing shell command

2015-05-08 Thread chenzero
Hello, I am a new beginner of gnu Make. in some cases, I fell that it will help if Make can print the executing shell command even suppressed, for example, to identify problem more easy. Since it seems that Make doesn't have this flag, I tried to change code. the code diff is in below and hap