svn commit: r204591 - in head: sbin/ipfw sys/conf sys/net sys/netinet sys/netinet/ipfw sys/netinet/ipfw/test

Dag-Erling Smørgrav des at des.no
Tue Mar 2 19:58:10 UTC 2010


Kostik Belousov <kostikbel at gmail.com> writes:
> The question I do not know answer for, is why do we need LDADD.

LDADD tells the linker to link ipfw with libutil.

DPADD tells make to relink ipfw if libutil changes.

You can do without DPADD, but incremental builds (i.e. "make buildworld
-DNO_CLEAN" or simply "make") won't work properly.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the svn-src-head mailing list