cvs commit: src/share/mk bsd.dep.mk bsd.info.mk bsd.lib.mk
bsd.prog.mk sys.mk
Ruslan Ermilov
ru at FreeBSD.org
Tue Jan 27 15:23:20 PST 2004
ru 2004/01/27 15:22:15 PST
FreeBSD src repository
Modified files:
share/mk bsd.dep.mk bsd.info.mk bsd.lib.mk
bsd.prog.mk sys.mk
Log:
Fixed bogus ${FOO:Mbar} tests where the actual intent is to check
if the result set is empty. While here, replaced non-bogus empty
string comparisons with equivalent empty() checks.
Revision Changes Path
1.45 +6 -6 src/share/mk/bsd.dep.mk
1.68 +4 -4 src/share/mk/bsd.info.mk
1.156 +1 -1 src/share/mk/bsd.lib.mk
1.133 +1 -1 src/share/mk/bsd.prog.mk
1.73 +1 -1 src/share/mk/sys.mk
More information about the cvs-src
mailing list