> You would achieve nearly the same, without needing to modify
> Makefile.dist, if your additional makefiles would use the following
> rules instead of the ones you have posted above:
>
> lib/Makefile.vc8: Makefile.dist lib/Makefile.vc6
> make -f Makefile.dist vc8
>
> src/Makefile.vc8: Makefile.dist src/Makefile.vc6
> make -f Makefile.dist vc8
>
> Each rule would generate both the 'lib' and the 'src' makefile.vc8
>
> But certainly, if you want to have individual targets the first
> version of your patch would be needed to achieve that.
>
> If you still feel you need it, inisist and I'll commit it.
I think it's cleaner with the patch so I'd like you to commit it....but I
have one more patch that I'd rather see applied so if I end up needing to
choose between the two, I'd rather have the zlib-related one. I'll start a
new thread for that one.
Thanks.
-DB
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2009-11-21