Hi, one of the things the new build system brought is us is *this*:
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/compat
-I/usr/include -I/usr/include -g -O2 -MT ssl_verify_polarssl.o -MD -MP -MF
".deps/ssl_verify_polarssl.Tpo" -c -o ssl_verify_polarssl.o
ssl_verify_polarssl.c; then mv -f ".deps/ssl_verify_polarssl.Tpo"
".deps/ssl_verify_polarssl.Po"; else rm -f ".deps/ssl_verify_polarssl.Tpo";
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/compat
-I/usr/include -I/usr/include -g -O2 -MT status.o -MD -MP -MF
".deps/status.Tpo" -c -o status.o status.c; then mv -f ".deps/status.Tpo"
".deps/status.Po"; else rm -f ".deps/status.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/compat
-I/usr/include -I/usr/include -g -O2 -MT tun.o -MD -MP -MF ".deps/tun.Tpo"
-c -o tun.o tun.c; then mv -f ".deps/tun.Tpo" ".deps/tun.Po"; else rm -f
".deps/tun.Tpo"; exit 1; fi
... instead of straightforward "gcc" invocations.
... and I wonder what the benefit is? I find it much harder to see what
"make" is doing here (my eyes hurt when I look at this!), and unless there
is a clear benefit, I don't like adding convolutions...
gert
--
USENET is *not* the non-clickable part of WWW!
//www.muc.de/~gert/
Gert Doering - Munich, Germany [email protected]
fax: +49-89-35655025 [email protected]
pgpa4Kqn82Thn.pgp
Description: PGP signature
