Date: Mon, 12 Jan 2004 07:29:47 -0800 (PST) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.dep.mk Message-ID: <200401121529.i0CFTmud084081@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2004/01/12 07:29:47 PST
FreeBSD src repository
Modified files:
share/mk bsd.dep.mk
Log:
- Replaced several := ops with their += equivalents; the old
form became unnecessary with the bsd.prog.mk,v 1.69 change.
- Eliminated duplicate y.tab.h in SRCS.
Reviewed by: bde
- Complementary to the said bsd.prog.mk change, use the fact
that inner .for loops are not real loops but a tricky form
of a local macro for the outer loop's variable, and switch
to using faster variable modifiers to replace extensions.
Revision Changes Path
1.42 +8 -9 src/share/mk/bsd.dep.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401121529.i0CFTmud084081>
