[PATCH] Optimize compile script on MSYS.

2010-08-16 Thread Peter Rosin
this as using absolute file names is not really the common case... Cheers, Peter From 77f0a9fd4265f5b22d5686e3da27c86aee496b6d Mon Sep 17 00:00:00 2001 From: Peter Rosin p...@lysator.liu.se Date: Mon, 16 Aug 2010 13:50:32 +0200 Subject: [PATCH] Optimize compile script on MSYS. * lib/compile (func_file_conv

Re: [PATCH] Optimize compile script on MSYS.

2010-08-16 Thread Ralf Wildenhues
now. Another idea would be to try to do file name translation manually in XSI shell; I'm not sure if it could be done without forking, nor whether we have all the information to do it correctly though. Subject: [PATCH] Optimize compile script on MSYS. * lib/compile (func_file_conv): Add new

Re: [PATCH] Optimize compile script on MSYS.

2010-08-16 Thread Peter Rosin
, nor whether we have all the information to do it correctly though. I'd rather not go there. It's bad enough that we don't use cygpath on everything for Cygwin (I think we should)... Subject: [PATCH] Optimize compile script on MSYS. * lib/compile (func_file_conv): Add new argument 'lazy' which