Makefiles: Be less verbose when performing make rules by only printing the command being executed and the source and/or target file.

Alexandre Julliard julliard at winehq.org
Wed Mar 21 09:04:23 CDT 2007


Robert Shearman <rob at codeweavers.com> writes:

> Alexandre Julliard wrote:
>> 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.

Well, the quoting is fixed, but the rest isn't...

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list