summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2002-10-25 05:54:09 +0000
committerGreg Lewis <glewis@FreeBSD.org>2002-10-25 05:54:09 +0000
commitbb279e9df75429f0d055f2880efee7829025df55 (patch)
tree56160305c312fac70873f5bf7a2097b90f98b5d0 /java
parent. Catch up with additional font.properties files. (diff)
. echo -> ${ECHO_MSG}
Notes
Notes: svn path=/head/; revision=68769
Diffstat (limited to 'java')
-rw-r--r--java/jdk13/Makefile16
-rw-r--r--java/jdk14/Makefile16
-rw-r--r--java/jdk15/Makefile16
-rw-r--r--java/jdk16/Makefile16
4 files changed, 32 insertions, 32 deletions
diff --git a/java/jdk13/Makefile b/java/jdk13/Makefile
index fddc9c1f996d..2fd7e7c70699 100644
--- a/java/jdk13/Makefile
+++ b/java/jdk13/Makefile
@@ -145,18 +145,18 @@ pre-build:
-L "/compat/linux/$${WRKDIRPREFIX}" -a \
x`ls -ld "/compat/linux/$${WRKDIRPREFIX}" 2>/dev/null | awk '/->/{print $$NF;exit 0}END{exit 1}'` = x"$${WRKDIRPREFIX}" ]; \
then \
- echo "Please set WRKDIRPREFIX to something which doesn't"; \
- echo "have a matching symbolic link in /compat/linux."; \
- echo "This is known to cause problems during bootstrapping."; \
+ ${ECHO_MSG} "Please set WRKDIRPREFIX to something which doesn't"; \
+ ${ECHO_MSG} "have a matching symbolic link in /compat/linux."; \
+ ${ECHO_MSG} "This is known to cause problems during bootstrapping."; \
exit 1; \
fi
@if [ `sysctl -n compat.linux.osname` != "Linux" ]; \
then \
- echo "Please set the value of the sysctl compat.linux.osname"; \
- echo "to 'Linux' with the command:"; \
- echo " sysctl compat.linux.osname=Linux"; \
- echo "Having it set to other values, such as 'FreeBSD',"; \
- echo "is known to cause problems during bootstrapping."; \
+ ${ECHO_MSG} "Please set the value of the sysctl compat.linux.osname"; \
+ ${ECHO_MSG} "to 'Linux' with the command:"; \
+ ${ECHO_MSG} " sysctl compat.linux.osname=Linux"; \
+ ${ECHO_MSG} "Having it set to other values, such as 'FreeBSD',"; \
+ ${ECHO_MSG} "is known to cause problems during bootstrapping."; \
exit 1; \
fi
.endif
diff --git a/java/jdk14/Makefile b/java/jdk14/Makefile
index fddc9c1f996d..2fd7e7c70699 100644
--- a/java/jdk14/Makefile
+++ b/java/jdk14/Makefile
@@ -145,18 +145,18 @@ pre-build:
-L "/compat/linux/$${WRKDIRPREFIX}" -a \
x`ls -ld "/compat/linux/$${WRKDIRPREFIX}" 2>/dev/null | awk '/->/{print $$NF;exit 0}END{exit 1}'` = x"$${WRKDIRPREFIX}" ]; \
then \
- echo "Please set WRKDIRPREFIX to something which doesn't"; \
- echo "have a matching symbolic link in /compat/linux."; \
- echo "This is known to cause problems during bootstrapping."; \
+ ${ECHO_MSG} "Please set WRKDIRPREFIX to something which doesn't"; \
+ ${ECHO_MSG} "have a matching symbolic link in /compat/linux."; \
+ ${ECHO_MSG} "This is known to cause problems during bootstrapping."; \
exit 1; \
fi
@if [ `sysctl -n compat.linux.osname` != "Linux" ]; \
then \
- echo "Please set the value of the sysctl compat.linux.osname"; \
- echo "to 'Linux' with the command:"; \
- echo " sysctl compat.linux.osname=Linux"; \
- echo "Having it set to other values, such as 'FreeBSD',"; \
- echo "is known to cause problems during bootstrapping."; \
+ ${ECHO_MSG} "Please set the value of the sysctl compat.linux.osname"; \
+ ${ECHO_MSG} "to 'Linux' with the command:"; \
+ ${ECHO_MSG} " sysctl compat.linux.osname=Linux"; \
+ ${ECHO_MSG} "Having it set to other values, such as 'FreeBSD',"; \
+ ${ECHO_MSG} "is known to cause problems during bootstrapping."; \
exit 1; \
fi
.endif
diff --git a/java/jdk15/Makefile b/java/jdk15/Makefile
index fddc9c1f996d..2fd7e7c70699 100644
--- a/java/jdk15/Makefile
+++ b/java/jdk15/Makefile
@@ -145,18 +145,18 @@ pre-build:
-L "/compat/linux/$${WRKDIRPREFIX}" -a \
x`ls -ld "/compat/linux/$${WRKDIRPREFIX}" 2>/dev/null | awk '/->/{print $$NF;exit 0}END{exit 1}'` = x"$${WRKDIRPREFIX}" ]; \
then \
- echo "Please set WRKDIRPREFIX to something which doesn't"; \
- echo "have a matching symbolic link in /compat/linux."; \
- echo "This is known to cause problems during bootstrapping."; \
+ ${ECHO_MSG} "Please set WRKDIRPREFIX to something which doesn't"; \
+ ${ECHO_MSG} "have a matching symbolic link in /compat/linux."; \
+ ${ECHO_MSG} "This is known to cause problems during bootstrapping."; \
exit 1; \
fi
@if [ `sysctl -n compat.linux.osname` != "Linux" ]; \
then \
- echo "Please set the value of the sysctl compat.linux.osname"; \
- echo "to 'Linux' with the command:"; \
- echo " sysctl compat.linux.osname=Linux"; \
- echo "Having it set to other values, such as 'FreeBSD',"; \
- echo "is known to cause problems during bootstrapping."; \
+ ${ECHO_MSG} "Please set the value of the sysctl compat.linux.osname"; \
+ ${ECHO_MSG} "to 'Linux' with the command:"; \
+ ${ECHO_MSG} " sysctl compat.linux.osname=Linux"; \
+ ${ECHO_MSG} "Having it set to other values, such as 'FreeBSD',"; \
+ ${ECHO_MSG} "is known to cause problems during bootstrapping."; \
exit 1; \
fi
.endif
diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile
index fddc9c1f996d..2fd7e7c70699 100644
--- a/java/jdk16/Makefile
+++ b/java/jdk16/Makefile
@@ -145,18 +145,18 @@ pre-build:
-L "/compat/linux/$${WRKDIRPREFIX}" -a \
x`ls -ld "/compat/linux/$${WRKDIRPREFIX}" 2>/dev/null | awk '/->/{print $$NF;exit 0}END{exit 1}'` = x"$${WRKDIRPREFIX}" ]; \
then \
- echo "Please set WRKDIRPREFIX to something which doesn't"; \
- echo "have a matching symbolic link in /compat/linux."; \
- echo "This is known to cause problems during bootstrapping."; \
+ ${ECHO_MSG} "Please set WRKDIRPREFIX to something which doesn't"; \
+ ${ECHO_MSG} "have a matching symbolic link in /compat/linux."; \
+ ${ECHO_MSG} "This is known to cause problems during bootstrapping."; \
exit 1; \
fi
@if [ `sysctl -n compat.linux.osname` != "Linux" ]; \
then \
- echo "Please set the value of the sysctl compat.linux.osname"; \
- echo "to 'Linux' with the command:"; \
- echo " sysctl compat.linux.osname=Linux"; \
- echo "Having it set to other values, such as 'FreeBSD',"; \
- echo "is known to cause problems during bootstrapping."; \
+ ${ECHO_MSG} "Please set the value of the sysctl compat.linux.osname"; \
+ ${ECHO_MSG} "to 'Linux' with the command:"; \
+ ${ECHO_MSG} " sysctl compat.linux.osname=Linux"; \
+ ${ECHO_MSG} "Having it set to other values, such as 'FreeBSD',"; \
+ ${ECHO_MSG} "is known to cause problems during bootstrapping."; \
exit 1; \
fi
.endif