| version 1.162, 2002/02/14 19:17:32 |
version 1.163, 2002/02/28 02:22:59 |
|
|
| .MAKEFLAGS: -m ${.CURDIR}/share/mk |
.MAKEFLAGS: -m ${.CURDIR}/share/mk |
| .endif |
.endif |
| |
|
| |
# If _SRC_TOP_OBJ_ gets set here, we will end up with a directory that may |
| |
# not be the top level objdir, because "make obj" can happen in the *middle* |
| |
# of "make build" (long after <bsd.own.mk> is calculated it). So, pre-set |
| |
# _SRC_TOP_OBJ_ here so it will not be added to ${.MAKEOVERRIDES}. |
| |
_SRC_TOP_OBJ_= |
| |
|
| .include <bsd.own.mk> |
.include <bsd.own.mk> |
| |
|
| # Sanity check: make sure that "make build" is not invoked simultaneously |
# Sanity check: make sure that "make build" is not invoked simultaneously |