pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/emulator Remove unused _EMUL_OPSYSES.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/01789c9a8588
branches:  trunk
changeset: 531517:01789c9a8588
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Aug 01 15:20:10 2007 +0000

description:
Remove unused _EMUL_OPSYSES.

diffstat:

 mk/emulator/emulator-vars.mk |  16 +---------------
 1 files changed, 1 insertions(+), 15 deletions(-)

diffs (42 lines):

diff -r 22c1f3ddda96 -r 01789c9a8588 mk/emulator/emulator-vars.mk
--- a/mk/emulator/emulator-vars.mk      Wed Aug 01 15:17:56 2007 +0000
+++ b/mk/emulator/emulator-vars.mk      Wed Aug 01 15:20:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: emulator-vars.mk,v 1.1 2007/07/29 05:19:42 jlam Exp $
+# $NetBSD: emulator-vars.mk,v 1.2 2007/08/01 15:20:10 jlam Exp $
 #
 # This file is included by bsd.prefs.mk only if EMUL_PLATORMS is defined
 # and non-empty.
@@ -66,15 +66,11 @@
 # _EMUL_MACHINE_PLATFORM
 #      An "opsys-arch" pair that describes the "native" platform.
 #
-# _EMUL_OPSYSES
-#      A list of supported binary emulations.
-#
 # _EMUL_PREFER.*
 #      A table that maps ${_EMUL_MACHINE_PLATFORM} to a list of
 #      platforms to try to emulate on the native platform, excluding
 #      itself.
 #
-_EMUL_OPSYSES+=                bsdi
 _EMUL_OPSYS.HPUX=      hpux
 _EMUL_OPSYS.IRIX=      irix
 _EMUL_OPSYS.OSF1=      osf1
@@ -91,16 +87,6 @@
 
 _EMUL_MACHINE_PLATFORM=        ${_EMUL_OPSYS}-${MACHINE_ARCH}
 
-_EMUL_OPSYSES+=                darwin
-_EMUL_OPSYSES+=                freebsd
-_EMUL_OPSYSES+=                hpux
-_EMUL_OPSYSES+=                irix
-_EMUL_OPSYSES+=                linux
-_EMUL_OPSYSES+=                netbsd
-_EMUL_OPSYSES+=                osf1
-_EMUL_OPSYSES+=                sunos
-_EMUL_OPSYSES+=                solaris
-
 _EMUL_PREFER.netbsd-alpha=     osf1-alpha linux-alpha
 _EMUL_PREFER.netbsd-arm=       linux-arm
 _EMUL_PREFER.netbsd-i386=      linux-i386 freebsd-i386 solaris-i386



Home | Main Index | Thread Index | Old Index