summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-09-14 13:32:06 +0000
committersobomax <sobomax@FreeBSD.org>2002-09-14 13:32:06 +0000
commit7c5bdc9e42725790d9930beeb578c30ebc8ce8a9 (patch)
tree9ea2ff2cc7182f0fa38f332ffb8c81d1929f4eeb /emulators
parenta33bc26ff1a1f6aaf0830cba9032d189c98a2ee8 (diff)
downloadFreeBSD-ports-7c5bdc9e42725790d9930beeb578c30ebc8ce8a9.zip
FreeBSD-ports-7c5bdc9e42725790d9930beeb578c30ebc8ce8a9.tar.gz
Due to popular demant into each port which might be inserted into dependency
list by bsd.port.mk insert anti foot-shooting device, which prevents infinite fork loop when the user defines corresponding USE_XXX in global make.conf, command line or environment. Similar devices should probably be inserted into ports that might be inserted into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk and so on.)
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux_base-8/Makefile4
-rw-r--r--emulators/linux_base-rh-9/Makefile4
-rw-r--r--emulators/linux_base-suse-9.1/Makefile4
-rw-r--r--emulators/linux_base-suse-9.2/Makefile4
-rw-r--r--emulators/linux_base-suse-9.3/Makefile4
-rw-r--r--emulators/linux_base/Makefile4
6 files changed, 24 insertions, 0 deletions
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile
index 8cb25cc..a3fd42b 100644
--- a/emulators/linux_base-8/Makefile
+++ b/emulators/linux_base-8/Makefile
@@ -63,6 +63,10 @@ UPDATES= glibc-common-2.2.4-29.${MACHINE_ARCH}.rpm \
glibc-2.2.4-29.${MACHINE_ARCH}.rpm \
zlib-1.1.3-25.7.${MACHINE_ARCH}.rpm
+.ifdef USE_LINUX
+.error You have `USE_LINUX' variable defined either in environment or in make(1) arguments. Please undefine and try again.
+.endif
+
.include <bsd.port.pre.mk>
.if (${MACHINE_ARCH} == "i386")
diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile
index 8cb25cc..a3fd42b 100644
--- a/emulators/linux_base-rh-9/Makefile
+++ b/emulators/linux_base-rh-9/Makefile
@@ -63,6 +63,10 @@ UPDATES= glibc-common-2.2.4-29.${MACHINE_ARCH}.rpm \
glibc-2.2.4-29.${MACHINE_ARCH}.rpm \
zlib-1.1.3-25.7.${MACHINE_ARCH}.rpm
+.ifdef USE_LINUX
+.error You have `USE_LINUX' variable defined either in environment or in make(1) arguments. Please undefine and try again.
+.endif
+
.include <bsd.port.pre.mk>
.if (${MACHINE_ARCH} == "i386")
diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile
index 8cb25cc..a3fd42b 100644
--- a/emulators/linux_base-suse-9.1/Makefile
+++ b/emulators/linux_base-suse-9.1/Makefile
@@ -63,6 +63,10 @@ UPDATES= glibc-common-2.2.4-29.${MACHINE_ARCH}.rpm \
glibc-2.2.4-29.${MACHINE_ARCH}.rpm \
zlib-1.1.3-25.7.${MACHINE_ARCH}.rpm
+.ifdef USE_LINUX
+.error You have `USE_LINUX' variable defined either in environment or in make(1) arguments. Please undefine and try again.
+.endif
+
.include <bsd.port.pre.mk>
.if (${MACHINE_ARCH} == "i386")
diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile
index 8cb25cc..a3fd42b 100644
--- a/emulators/linux_base-suse-9.2/Makefile
+++ b/emulators/linux_base-suse-9.2/Makefile
@@ -63,6 +63,10 @@ UPDATES= glibc-common-2.2.4-29.${MACHINE_ARCH}.rpm \
glibc-2.2.4-29.${MACHINE_ARCH}.rpm \
zlib-1.1.3-25.7.${MACHINE_ARCH}.rpm
+.ifdef USE_LINUX
+.error You have `USE_LINUX' variable defined either in environment or in make(1) arguments. Please undefine and try again.
+.endif
+
.include <bsd.port.pre.mk>
.if (${MACHINE_ARCH} == "i386")
diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile
index 8cb25cc..a3fd42b 100644
--- a/emulators/linux_base-suse-9.3/Makefile
+++ b/emulators/linux_base-suse-9.3/Makefile
@@ -63,6 +63,10 @@ UPDATES= glibc-common-2.2.4-29.${MACHINE_ARCH}.rpm \
glibc-2.2.4-29.${MACHINE_ARCH}.rpm \
zlib-1.1.3-25.7.${MACHINE_ARCH}.rpm
+.ifdef USE_LINUX
+.error You have `USE_LINUX' variable defined either in environment or in make(1) arguments. Please undefine and try again.
+.endif
+
.include <bsd.port.pre.mk>
.if (${MACHINE_ARCH} == "i386")
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile
index 8cb25cc..a3fd42b 100644
--- a/emulators/linux_base/Makefile
+++ b/emulators/linux_base/Makefile
@@ -63,6 +63,10 @@ UPDATES= glibc-common-2.2.4-29.${MACHINE_ARCH}.rpm \
glibc-2.2.4-29.${MACHINE_ARCH}.rpm \
zlib-1.1.3-25.7.${MACHINE_ARCH}.rpm
+.ifdef USE_LINUX
+.error You have `USE_LINUX' variable defined either in environment or in make(1) arguments. Please undefine and try again.
+.endif
+
.include <bsd.port.pre.mk>
.if (${MACHINE_ARCH} == "i386")
OpenPOWER on IntegriCloud