Alexandre Julliard wrote:
Robert Shearman rob@codeweavers.com writes:
I don't see how. It doesn't change the portability with other versions of make, and although I'm not an expert on shell programmings, I don't think I used an non-portable constructs there.
The MAKEFLAGS hack is certainly non portable, and won't behave right on other makes. Using a shell script will also cause trouble on Windows. The extra shell evaluation will also require some extra quoting, that may be tricky to get right. It's really a lot of trouble...
I'm guessing you still believe this is the case, even with my latest patch.