From 7c74d2682c87de09288ae2bd7c93713f7caee961 Mon Sep 17 00:00:00 2001 From: Nick Hibma Date: Tue, 16 Nov 1999 22:02:16 +0000 Subject: [PATCH] Typo --- sys/alpha/conf/Makefile.alpha | 2 +- sys/conf/Makefile.alpha | 2 +- sys/conf/Makefile.i386 | 2 +- sys/conf/Makefile.powerpc | 2 +- sys/i386/conf/Makefile.i386 | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/alpha/conf/Makefile.alpha b/sys/alpha/conf/Makefile.alpha index a008d9872a9..b986d6ec831 100644 --- a/sys/alpha/conf/Makefile.alpha +++ b/sys/alpha/conf/Makefile.alpha @@ -248,7 +248,7 @@ tags: install install.debug: @if [ ! -f ${KERNEL}${.TARGET:S/install//} ] ; then \ - echo "You must first build a kernel first." ; \ + echo "You must build a kernel first." ; \ exit 1 ; \ fi .if exists(${DESTDIR}/${KERNEL}) diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha index a008d9872a9..b986d6ec831 100644 --- a/sys/conf/Makefile.alpha +++ b/sys/conf/Makefile.alpha @@ -248,7 +248,7 @@ tags: install install.debug: @if [ ! -f ${KERNEL}${.TARGET:S/install//} ] ; then \ - echo "You must first build a kernel first." ; \ + echo "You must build a kernel first." ; \ exit 1 ; \ fi .if exists(${DESTDIR}/${KERNEL}) diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 06d6bb8f5b2..42e8f617663 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -231,7 +231,7 @@ tags: install install.debug: @if [ ! -f ${KERNEL}${.TARGET:S/install//} ] ; then \ - echo "You must first build a kernel first." ; \ + echo "You must build a kernel first." ; \ exit 1 ; \ fi .if exists(${DESTDIR}/${KERNEL}) diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 06d6bb8f5b2..42e8f617663 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -231,7 +231,7 @@ tags: install install.debug: @if [ ! -f ${KERNEL}${.TARGET:S/install//} ] ; then \ - echo "You must first build a kernel first." ; \ + echo "You must build a kernel first." ; \ exit 1 ; \ fi .if exists(${DESTDIR}/${KERNEL}) diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386 index 06d6bb8f5b2..42e8f617663 100644 --- a/sys/i386/conf/Makefile.i386 +++ b/sys/i386/conf/Makefile.i386 @@ -231,7 +231,7 @@ tags: install install.debug: @if [ ! -f ${KERNEL}${.TARGET:S/install//} ] ; then \ - echo "You must first build a kernel first." ; \ + echo "You must build a kernel first." ; \ exit 1 ; \ fi .if exists(${DESTDIR}/${KERNEL})