Provide a PRINTOBJDIR.
This commit is contained in:
parent
a830755714
commit
14c7c08a1d
@ -1,8 +1,12 @@
|
||||
# $NetBSD: Makefile.host,v 1.3 2001/10/22 05:30:47 jmc Exp $
|
||||
# $NetBSD: Makefile.host,v 1.4 2001/10/25 00:36:26 thorpej Exp $
|
||||
|
||||
# Preload <bsd.obj.mk> to set up obj rules (with proper ${.CURDIR}).
|
||||
.include <bsd.obj.mk>
|
||||
|
||||
# We might need the PRINTOBJDIR variable -- make sure it's defined.
|
||||
# XXX It really sucks to have to copy this from <bsd.own.mk>.
|
||||
PRINTOBJDIR= printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -B -s -f-
|
||||
|
||||
# Save value of .CURDIR, and reassign it to the "real" source directory.
|
||||
_CURDIR:= ${.CURDIR}
|
||||
.CURDIR:= ${_CURDIR}/../../${HOST_SRCDIR}
|
||||
@ -52,4 +56,3 @@ install.files:
|
||||
.else
|
||||
install.files:
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user