From 54fc94c029e3b1b11c32cb19b33641b74edd51ef Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Thu, 30 Jan 2003 11:10:10 +0000 Subject: Be consistent. If we're going to explicitly use /sbin/sysctl to check the value, then tell the user to use that to set the value too. --- java/jdk12/Makefile | 2 +- java/jdk13/Makefile | 2 +- java/jdk14/Makefile | 2 +- java/jdk15/Makefile | 2 +- java/jdk16/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'java') diff --git a/java/jdk12/Makefile b/java/jdk12/Makefile index 54837c99d30c..cb215c42e954 100644 --- a/java/jdk12/Makefile +++ b/java/jdk12/Makefile @@ -129,7 +129,7 @@ pre-build: then \ ${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} " /sbin/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; \ diff --git a/java/jdk13/Makefile b/java/jdk13/Makefile index 5e37fd20c049..12e676de7fe3 100644 --- a/java/jdk13/Makefile +++ b/java/jdk13/Makefile @@ -164,7 +164,7 @@ pre-build: then \ ${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} " /sbin/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; \ diff --git a/java/jdk14/Makefile b/java/jdk14/Makefile index 5e37fd20c049..12e676de7fe3 100644 --- a/java/jdk14/Makefile +++ b/java/jdk14/Makefile @@ -164,7 +164,7 @@ pre-build: then \ ${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} " /sbin/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; \ diff --git a/java/jdk15/Makefile b/java/jdk15/Makefile index 5e37fd20c049..12e676de7fe3 100644 --- a/java/jdk15/Makefile +++ b/java/jdk15/Makefile @@ -164,7 +164,7 @@ pre-build: then \ ${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} " /sbin/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; \ diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile index 5e37fd20c049..12e676de7fe3 100644 --- a/java/jdk16/Makefile +++ b/java/jdk16/Makefile @@ -164,7 +164,7 @@ pre-build: then \ ${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} " /sbin/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; \ -- cgit v1.2.3