Re: Debugging A Port

2017-10-01 Thread Amit Yaron
Thanks, It seems to work. On 01.10.2017 20:42, Kurt Jaeger wrote: Hi! What action will make the Make command to recompile a source file? That depends on the port, there's no generic way to say. Basically, the port framework adds a wrapper of targets around the upstream source Makefile and

Re: Debugging A Port

2017-10-01 Thread Kurt Jaeger
Hi! > What action will make the Make command to recompile a source file? That depends on the port, there's no generic way to say. Basically, the port framework adds a wrapper of targets around the upstream source Makefile and those targets can shield a recompile from happening. What sometimes w