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: lukem
Date: Mon Jul 28 02:38:35 UTC 2003
Modified Files:
src/share/mk: bsd.init.mk bsd.obj.mk bsd.own.mk bsd.shlib.mk bsd.sys.mk
Log Message:
Be consistent how "multiple include protection" is implemented. I.e,
.if !defined(_BSD_foo_MK_)
_BSD_foo_MK_=1
# ...
.endif # !defined(_BSD_foo_MK_)
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/share/mk/bsd.init.mk src/share/mk/bsd.shlib.mk
cvs rdiff -r1.43 -r1.44 src/share/mk/bsd.obj.mk
cvs rdiff -r1.346 -r1.347 src/share/mk/bsd.own.mk
cvs rdiff -r1.93 -r1.94 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