Use ${OSVERSION} instead of uname.

This commit is contained in:
Satoshi Asami 1999-07-20 23:42:31 +00:00
parent 706a697e77
commit b1b67f1bd9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20288
12 changed files with 18 additions and 12 deletions

View file

@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: jmz
#
# $Id: Makefile,v 1.54 1999/03/19 22:35:25 asami Exp $
# $Id: Makefile,v 1.55 1999/07/20 22:14:55 jmz Exp $
#
DISTNAME= xc
@ -25,6 +25,7 @@ ALL_TARGET= World
INSTALL_TARGET= install install.man
DIST_SUBDIR= xc
PATCH_DIST_ARGS=-p0 -E -d ${WRKDIR} --quiet
SCRIPTS_ENV= OSVERSION=${OSVERSION}
# can't use USE_X_PREFIX here -- it will cause a circular dependency
PREFIX= ${X11BASE}
MTREE_FILE= /etc/mtree/BSD.x11.dist

View file

@ -227,7 +227,7 @@ else
ELF=no
fi
if [ ! `uname -r|grep ^2` ]; then
if [ ${OSVERSION} -ge 300000 ]; then
cat <<'END'
FreeBSD-3.x has support for Secure RPC.

View file

@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: jmz
#
# $Id: Makefile,v 1.54 1999/03/19 22:35:25 asami Exp $
# $Id: Makefile,v 1.55 1999/07/20 22:14:55 jmz Exp $
#
DISTNAME= xc
@ -25,6 +25,7 @@ ALL_TARGET= World
INSTALL_TARGET= install install.man
DIST_SUBDIR= xc
PATCH_DIST_ARGS=-p0 -E -d ${WRKDIR} --quiet
SCRIPTS_ENV= OSVERSION=${OSVERSION}
# can't use USE_X_PREFIX here -- it will cause a circular dependency
PREFIX= ${X11BASE}
MTREE_FILE= /etc/mtree/BSD.x11.dist

View file

@ -227,7 +227,7 @@ else
ELF=no
fi
if [ ! `uname -r|grep ^2` ]; then
if [ ${OSVERSION} -ge 300000 ]; then
cat <<'END'
FreeBSD-3.x has support for Secure RPC.

View file

@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: jmz
#
# $Id: Makefile,v 1.54 1999/03/19 22:35:25 asami Exp $
# $Id: Makefile,v 1.55 1999/07/20 22:14:55 jmz Exp $
#
DISTNAME= xc
@ -25,6 +25,7 @@ ALL_TARGET= World
INSTALL_TARGET= install install.man
DIST_SUBDIR= xc
PATCH_DIST_ARGS=-p0 -E -d ${WRKDIR} --quiet
SCRIPTS_ENV= OSVERSION=${OSVERSION}
# can't use USE_X_PREFIX here -- it will cause a circular dependency
PREFIX= ${X11BASE}
MTREE_FILE= /etc/mtree/BSD.x11.dist

View file

@ -227,7 +227,7 @@ else
ELF=no
fi
if [ ! `uname -r|grep ^2` ]; then
if [ ${OSVERSION} -ge 300000 ]; then
cat <<'END'
FreeBSD-3.x has support for Secure RPC.

View file

@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: jmz
#
# $Id: Makefile,v 1.54 1999/03/19 22:35:25 asami Exp $
# $Id: Makefile,v 1.55 1999/07/20 22:14:55 jmz Exp $
#
DISTNAME= xc
@ -25,6 +25,7 @@ ALL_TARGET= World
INSTALL_TARGET= install install.man
DIST_SUBDIR= xc
PATCH_DIST_ARGS=-p0 -E -d ${WRKDIR} --quiet
SCRIPTS_ENV= OSVERSION=${OSVERSION}
# can't use USE_X_PREFIX here -- it will cause a circular dependency
PREFIX= ${X11BASE}
MTREE_FILE= /etc/mtree/BSD.x11.dist

View file

@ -227,7 +227,7 @@ else
ELF=no
fi
if [ ! `uname -r|grep ^2` ]; then
if [ ${OSVERSION} -ge 300000 ]; then
cat <<'END'
FreeBSD-3.x has support for Secure RPC.

View file

@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: jmz
#
# $Id: Makefile,v 1.54 1999/03/19 22:35:25 asami Exp $
# $Id: Makefile,v 1.55 1999/07/20 22:14:55 jmz Exp $
#
DISTNAME= xc
@ -25,6 +25,7 @@ ALL_TARGET= World
INSTALL_TARGET= install install.man
DIST_SUBDIR= xc
PATCH_DIST_ARGS=-p0 -E -d ${WRKDIR} --quiet
SCRIPTS_ENV= OSVERSION=${OSVERSION}
# can't use USE_X_PREFIX here -- it will cause a circular dependency
PREFIX= ${X11BASE}
MTREE_FILE= /etc/mtree/BSD.x11.dist

View file

@ -227,7 +227,7 @@ else
ELF=no
fi
if [ ! `uname -r|grep ^2` ]; then
if [ ${OSVERSION} -ge 300000 ]; then
cat <<'END'
FreeBSD-3.x has support for Secure RPC.

View file

@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: jmz
#
# $Id: Makefile,v 1.54 1999/03/19 22:35:25 asami Exp $
# $Id: Makefile,v 1.55 1999/07/20 22:14:55 jmz Exp $
#
DISTNAME= xc
@ -25,6 +25,7 @@ ALL_TARGET= World
INSTALL_TARGET= install install.man
DIST_SUBDIR= xc
PATCH_DIST_ARGS=-p0 -E -d ${WRKDIR} --quiet
SCRIPTS_ENV= OSVERSION=${OSVERSION}
# can't use USE_X_PREFIX here -- it will cause a circular dependency
PREFIX= ${X11BASE}
MTREE_FILE= /etc/mtree/BSD.x11.dist

View file

@ -227,7 +227,7 @@ else
ELF=no
fi
if [ ! `uname -r|grep ^2` ]; then
if [ ${OSVERSION} -ge 300000 ]; then
cat <<'END'
FreeBSD-3.x has support for Secure RPC.