cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: adding some clean targets

From: Tor Arntsen <tor_at_spacetec.no>
Date: Tue, 22 Jun 2004 17:23:07 +0200

On Jun 22, 16:14, Daniel Stenberg wrote:
>> - cd src & make -f Makefile.m32 ZLIB=1
>> + make -C src -f Makefile.m32 ZLIB=1
>
>The -C option is a GNUism I'm not convinced everyone will like. I prefer the
>more conservative 'cd [path] && make' as it works with other makes too.

Shouldn't it anyway also be $(MAKE) instead of hard-coded 'make'?
At least for Unix platforms $(MAKE) is the Only Way (TM), not sure
about how that works though on mingw etc.

-Tor
Received on 2004-06-22