cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: adding some clean targets

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Tue, 22 Jun 2004 17:10:31 +0200 (CEST)

On Tue, 22 Jun 2004, Guenter Knauf wrote:

> is it ok when I add some 'clean' targets for NetWare and MingW32 to the main
> Makefile?

I already OK'ed it, didn't you get that mail?

> - 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.

-- 
      Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
       Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2004-06-22