summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-09-05 19:10:01 +0000
committerjkh <jkh@FreeBSD.org>1994-09-05 19:10:01 +0000
commitb5390b8431419645448ffc872943bf4d9f59ad13 (patch)
tree2130161f0a429c84c6d2d29a703f820d5e80d901
parent4b891bdb681c2b5fd81268fadedd27a40b6da532 (diff)
downloadFreeBSD-src-b5390b8431419645448ffc872943bf4d9f59ad13.zip
FreeBSD-src-b5390b8431419645448ffc872943bf4d9f59ad13.tar.gz
Get rid of a superfluous echo.
Submitted by: jkh
-rw-r--r--sys/conf/Makefile.i3863
-rw-r--r--sys/conf/Makefile.powerpc3
-rw-r--r--sys/i386/conf/Makefile.i3863
3 files changed, 3 insertions, 6 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index d0bad8d..2f53b9f 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.33 1994/09/02 20:24:15 bde Exp $
+# $Id: Makefile.i386,v 1.34 1994/09/05 19:09:15 jkh Exp $
#
# Makefile for FreeBSD
#
@@ -100,7 +100,6 @@ LIBKERN=${LIBKERNP}/libkern.a
libkern.a: ${LIBKERN}
@rm -f libkern.a
ln -s ${LIBKERN} libkern.a
- @echo ln -s ${LIBKERN} libkern.a
${LIBKERN}:
@(cd $S/libkern; make)
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index d0bad8d..2f53b9f 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.33 1994/09/02 20:24:15 bde Exp $
+# $Id: Makefile.i386,v 1.34 1994/09/05 19:09:15 jkh Exp $
#
# Makefile for FreeBSD
#
@@ -100,7 +100,6 @@ LIBKERN=${LIBKERNP}/libkern.a
libkern.a: ${LIBKERN}
@rm -f libkern.a
ln -s ${LIBKERN} libkern.a
- @echo ln -s ${LIBKERN} libkern.a
${LIBKERN}:
@(cd $S/libkern; make)
diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386
index d0bad8d..2f53b9f 100644
--- a/sys/i386/conf/Makefile.i386
+++ b/sys/i386/conf/Makefile.i386
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.33 1994/09/02 20:24:15 bde Exp $
+# $Id: Makefile.i386,v 1.34 1994/09/05 19:09:15 jkh Exp $
#
# Makefile for FreeBSD
#
@@ -100,7 +100,6 @@ LIBKERN=${LIBKERNP}/libkern.a
libkern.a: ${LIBKERN}
@rm -f libkern.a
ln -s ${LIBKERN} libkern.a
- @echo ln -s ${LIBKERN} libkern.a
${LIBKERN}:
@(cd $S/libkern; make)
OpenPOWER on IntegriCloud