. Fix the sense of a WITH_JAIL check to match that in the jdk14 port -

we _don't_ want to check for linprocfs in a jail.

PR:		110019
This commit is contained in:
Greg Lewis 2007-03-07 18:34:00 +00:00
parent a2e2688f42
commit eb2c74404e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186834
2 changed files with 2 additions and 2 deletions

View file

@ -270,7 +270,7 @@ pre-build:
${ECHO_MSG} "is known to cause problems during bootstrapping."; \
exit 1; \
fi
.if defined(WITH_JAIL)#{
.if !defined(WITH_JAIL)#{
@if [ "`/sbin/mount | grep ^linprocfs`" = "" ]; \
then \
${ECHO_MSG} "ERROR: You must have LINPROCFS mounted before" ; \

View file

@ -270,7 +270,7 @@ pre-build:
${ECHO_MSG} "is known to cause problems during bootstrapping."; \
exit 1; \
fi
.if defined(WITH_JAIL)#{
.if !defined(WITH_JAIL)#{
@if [ "`/sbin/mount | grep ^linprocfs`" = "" ]; \
then \
${ECHO_MSG} "ERROR: You must have LINPROCFS mounted before" ; \