Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/share/mk



Module Name:    src
Committed By:   apb
Date:           Sun Oct 26 23:13:24 UTC 2008

Modified Files:
        src/share/mk: bsd.README bsd.own.mk bsd.sys.mk

Log Message:
Always define TOOL_* variables in bsd.own.mk, not in bsd.sys.mk.

Previously, they were defined in bsd.own.mk if USETOOLS=yes, but in
bsd.sys.mk if USETOOLS!=yes.  This caused makefiles that did this:

        .include <bsd.own.mk>
        FOO != ${TOOL_BAR} args...

to work in the USETOOLS=yes case but not in the USETOOLS!=yes case.


To generate a diff of this commit:
cvs rdiff -r1.235 -r1.236 src/share/mk/bsd.README
cvs rdiff -r1.537 -r1.538 src/share/mk/bsd.own.mk
cvs rdiff -r1.178 -r1.179 src/share/mk/bsd.sys.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index