From 179a20a1e99a6e9206629a0155103d2ff3d0bd6c Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 23 Aug 2007 17:39:47 +0000 Subject: Use .PARSEDIR where it can be used to avoid hardcoding the path to the emulator module. --- mk/emulator/darwin.mk | 4 ++-- mk/emulator/emulator.mk | 4 ++-- mk/emulator/freebsd.mk | 4 ++-- mk/emulator/irix.mk | 4 ++-- mk/emulator/linux.mk | 4 ++-- mk/emulator/netbsd.mk | 4 ++-- mk/emulator/osf1.mk | 4 ++-- mk/emulator/solaris.mk | 4 ++-- mk/emulator/sunos.mk | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) (limited to 'mk') diff --git a/mk/emulator/darwin.mk b/mk/emulator/darwin.mk index caad9ccb55c..53f39caf9ca 100644 --- a/mk/emulator/darwin.mk +++ b/mk/emulator/darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: darwin.mk,v 1.1 2007/08/01 16:28:08 jlam Exp $ +# $NetBSD: darwin.mk,v 1.2 2007/08/23 17:39:47 jlam Exp $ # # Darwin (Mac OS X) binary emulation framework # @@ -34,7 +34,7 @@ EMUL_DISTRO= native-darwin # native OSF/1 (Tru64) EMULDIR= ${PREFIX} EMULSUBDIR= # empty .else -. include "${PKGSRCDIR}/mk/emulator/darwin-${_EMUL_TYPE}.mk" +. include "${.PARSEDIR}/darwin-${_EMUL_TYPE}.mk" .endif .if (${_EMUL_TYPE} == "builtin") || (${_EMUL_TYPE} == "native") diff --git a/mk/emulator/emulator.mk b/mk/emulator/emulator.mk index 257c487a5ba..6dd1a707217 100644 --- a/mk/emulator/emulator.mk +++ b/mk/emulator/emulator.mk @@ -1,4 +1,4 @@ -# $NetBSD: emulator.mk,v 1.6 2007/08/23 17:31:46 jlam Exp $ +# $NetBSD: emulator.mk,v 1.7 2007/08/23 17:39:47 jlam Exp $ # # This file is included by bsd.pkg.mk. # @@ -136,7 +136,7 @@ _EMUL_PKG_FMTS+= rpm EMUL_PKG_FMT?= plain -.include "${PKGSRCDIR}/mk/emulator/pkg-${EMUL_PKG_FMT}.mk" +.include "${.PARSEDIR}/pkg-${EMUL_PKG_FMT}.mk" .PHONY: emul-fetch emul-fetch: diff --git a/mk/emulator/freebsd.mk b/mk/emulator/freebsd.mk index 4784cf2efcb..85f90a56b59 100644 --- a/mk/emulator/freebsd.mk +++ b/mk/emulator/freebsd.mk @@ -1,4 +1,4 @@ -# $NetBSD: freebsd.mk,v 1.1 2007/07/29 05:19:42 jlam Exp $ +# $NetBSD: freebsd.mk,v 1.2 2007/08/23 17:39:47 jlam Exp $ # # FreeBSD binary emulation framework # @@ -33,7 +33,7 @@ EMUL_DISTRO= native-freebsd # native FreeBSD installation EMULDIR= ${PREFIX} EMULSUBDIR= # empty .else -. include "${PKGSRCDIR}/mk/emulator/freebsd-${_EMUL_TYPE}.mk" +. include "${.PARSEDIR}/freebsd-${_EMUL_TYPE}.mk" .endif .if (${_EMUL_TYPE} == "builtin") || (${_EMUL_TYPE} == "native") diff --git a/mk/emulator/irix.mk b/mk/emulator/irix.mk index 411eb2c944d..03aa200e603 100644 --- a/mk/emulator/irix.mk +++ b/mk/emulator/irix.mk @@ -1,4 +1,4 @@ -# $NetBSD: irix.mk,v 1.1 2007/07/29 05:19:42 jlam Exp $ +# $NetBSD: irix.mk,v 1.2 2007/08/23 17:39:47 jlam Exp $ # # IRIX binary emulation framework # @@ -33,7 +33,7 @@ EMUL_DISTRO= native-irix # native IRIX installation EMULDIR= ${PREFIX} EMULSUBDIR= # empty .else -. include "${PKGSRCDIR}/mk/emulator/irix-${_EMUL_TYPE}.mk" +. include "${.PARSEDIR}/irix-${_EMUL_TYPE}.mk" .endif .if (${_EMUL_TYPE} == "builtin") || (${_EMUL_TYPE} == "native") diff --git a/mk/emulator/linux.mk b/mk/emulator/linux.mk index 542240e5aa8..4a94a7e15e6 100644 --- a/mk/emulator/linux.mk +++ b/mk/emulator/linux.mk @@ -1,4 +1,4 @@ -# $NetBSD: linux.mk,v 1.1 2007/07/29 05:19:43 jlam Exp $ +# $NetBSD: linux.mk,v 1.2 2007/08/23 17:39:47 jlam Exp $ # # Linux binary emulation framework # @@ -66,7 +66,7 @@ EMUL_DISTRO= native-linux # native Linux installation EMULDIR= ${PREFIX} EMULSUBDIR= # empty .else -. include "${PKGSRCDIR}/mk/emulator/linux-${_EMUL_TYPE}.mk" +. include "${.PARSEDIR}/linux-${_EMUL_TYPE}.mk" .endif .if (${_EMUL_TYPE} == "builtin") || (${_EMUL_TYPE} == "native") diff --git a/mk/emulator/netbsd.mk b/mk/emulator/netbsd.mk index 3641cc66846..3b521712952 100644 --- a/mk/emulator/netbsd.mk +++ b/mk/emulator/netbsd.mk @@ -1,4 +1,4 @@ -# $NetBSD: netbsd.mk,v 1.1 2007/08/21 22:49:33 jlam Exp $ +# $NetBSD: netbsd.mk,v 1.2 2007/08/23 17:39:47 jlam Exp $ # # NetBSD binary emulation framework # @@ -35,7 +35,7 @@ EMUL_DISTRO= native-netbsd # native NetBSD EMULDIR= ${PREFIX} EMULSUBDIR= # empty .else -. include "${PKGSRCDIR}/mk/emulator/netbsd-${_EMUL_TYPE}.mk" +. include "${.PARSEDIR}/netbsd-${_EMUL_TYPE}.mk" .endif .if (${_EMUL_TYPE} == "builtin") || (${_EMUL_TYPE} == "native") diff --git a/mk/emulator/osf1.mk b/mk/emulator/osf1.mk index 6f20521d73f..97e5058c648 100644 --- a/mk/emulator/osf1.mk +++ b/mk/emulator/osf1.mk @@ -1,4 +1,4 @@ -# $NetBSD: osf1.mk,v 1.2 2007/08/01 17:19:23 jlam Exp $ +# $NetBSD: osf1.mk,v 1.3 2007/08/23 17:39:47 jlam Exp $ # # OSF/1 (Tru64) binary emulation framework # @@ -34,7 +34,7 @@ EMUL_DISTRO= native-osf1 # native OSF/1 (Tru64) EMULDIR= ${PREFIX} EMULSUBDIR= # empty .else -. include "${PKGSRCDIR}/mk/emulator/osf1-${_EMUL_TYPE}.mk" +. include "${.PARSEDIR}/osf1-${_EMUL_TYPE}.mk" .endif .if (${_EMUL_TYPE} == "builtin") || (${_EMUL_TYPE} == "native") diff --git a/mk/emulator/solaris.mk b/mk/emulator/solaris.mk index d4f73403c42..db796663efb 100644 --- a/mk/emulator/solaris.mk +++ b/mk/emulator/solaris.mk @@ -1,4 +1,4 @@ -# $NetBSD: solaris.mk,v 1.1 2007/07/29 05:19:43 jlam Exp $ +# $NetBSD: solaris.mk,v 1.2 2007/08/23 17:39:47 jlam Exp $ # # Solaris (SVR4) binary emulation framework # @@ -42,7 +42,7 @@ EMUL_DISTRO= native-solaris # native SunOS 5.x EMULDIR= ${PREFIX} EMULSUBDIR= # empty .else -. include "${PKGSRCDIR}/mk/emulator/solaris-${_EMUL_TYPE}.mk" +. include "${.PARSEDIR}/solaris-${_EMUL_TYPE}.mk" .endif .if (${_EMUL_TYPE} == "builtin") || (${_EMUL_TYPE} == "native") diff --git a/mk/emulator/sunos.mk b/mk/emulator/sunos.mk index 5b60c748e1f..bdd8ae79cb7 100644 --- a/mk/emulator/sunos.mk +++ b/mk/emulator/sunos.mk @@ -1,4 +1,4 @@ -# $NetBSD: sunos.mk,v 1.1 2007/07/29 05:19:43 jlam Exp $ +# $NetBSD: sunos.mk,v 1.2 2007/08/23 17:39:47 jlam Exp $ # # SunOS 4.x binary emulation framework # @@ -33,7 +33,7 @@ EMUL_DISTRO= native-sunos # native SunOS 4.x EMULDIR= ${PREFIX} EMULSUBDIR= # empty .else -. include "${PKGSRCDIR}/mk/emulator/sunos-${_EMUL_TYPE}.mk" +. include "${.PARSEDIR}/sunos-${_EMUL_TYPE}.mk" .endif .if (${_EMUL_TYPE} == "builtin") || (${_EMUL_TYPE} == "native") -- cgit v1.2.3