summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-03-29 14:08:30 +0000
committerBruce Evans <bde@FreeBSD.org>1996-03-29 14:08:30 +0000
commit1d4bbd7d60e673a0d993db75a4ca5efdcc637633 (patch)
tree4f2264313e62746d9d3584adf5c6b14718fb27b7
parent5669f99f50903ef29260b49c544423af7b9d1b34 (diff)
Notes
-rw-r--r--sys/conf/Makefile.i3866
-rw-r--r--sys/conf/Makefile.powerpc6
-rw-r--r--sys/i386/conf/Makefile.i3866
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index 3ba84a5d1008..bff4c8628f73 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.75 1996/01/08 03:55:36 peter Exp $
+# $Id: Makefile.i386,v 1.76 1996/03/02 19:37:33 peter Exp $
#
# Makefile for FreeBSD
#
@@ -139,7 +139,7 @@ depend: assym.s param.c vnode_if.h ${BEFORE_DEPEND}
rm -f .depend
mkdep -a ${COPTS} ${CFILES} ${SYSTEM_CFILES}
mkdep -a ${COPTS} ${PARAM} -UKERNEL ${I386}/i386/genassym.c
- MKDEP_CPP=${CPP} ; export MKDEP_CPP ; \
+ MKDEP_CPP="${CPP}" ; export MKDEP_CPP ; \
mkdep -a -DLOCORE ${COPTS} ${SFILES} ${SYSTEM_SFILES}
links:
@@ -156,7 +156,7 @@ tags:
install:
chflags noschg /kernel
mv /kernel /kernel.old
- if [ `sysctl -n kern.bootfile` = "/kernel" ] ; then \
+ if [ `sysctl -n kern.bootfile` = /kernel ] ; then \
sysctl -w kern.bootfile=/kernel.old ; \
mv -f /var/db/kvm_kernel.db /var/db/kvm_kernel.old.db ; \
fi
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index 3ba84a5d1008..bff4c8628f73 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.75 1996/01/08 03:55:36 peter Exp $
+# $Id: Makefile.i386,v 1.76 1996/03/02 19:37:33 peter Exp $
#
# Makefile for FreeBSD
#
@@ -139,7 +139,7 @@ depend: assym.s param.c vnode_if.h ${BEFORE_DEPEND}
rm -f .depend
mkdep -a ${COPTS} ${CFILES} ${SYSTEM_CFILES}
mkdep -a ${COPTS} ${PARAM} -UKERNEL ${I386}/i386/genassym.c
- MKDEP_CPP=${CPP} ; export MKDEP_CPP ; \
+ MKDEP_CPP="${CPP}" ; export MKDEP_CPP ; \
mkdep -a -DLOCORE ${COPTS} ${SFILES} ${SYSTEM_SFILES}
links:
@@ -156,7 +156,7 @@ tags:
install:
chflags noschg /kernel
mv /kernel /kernel.old
- if [ `sysctl -n kern.bootfile` = "/kernel" ] ; then \
+ if [ `sysctl -n kern.bootfile` = /kernel ] ; then \
sysctl -w kern.bootfile=/kernel.old ; \
mv -f /var/db/kvm_kernel.db /var/db/kvm_kernel.old.db ; \
fi
diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386
index 3ba84a5d1008..bff4c8628f73 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.75 1996/01/08 03:55:36 peter Exp $
+# $Id: Makefile.i386,v 1.76 1996/03/02 19:37:33 peter Exp $
#
# Makefile for FreeBSD
#
@@ -139,7 +139,7 @@ depend: assym.s param.c vnode_if.h ${BEFORE_DEPEND}
rm -f .depend
mkdep -a ${COPTS} ${CFILES} ${SYSTEM_CFILES}
mkdep -a ${COPTS} ${PARAM} -UKERNEL ${I386}/i386/genassym.c
- MKDEP_CPP=${CPP} ; export MKDEP_CPP ; \
+ MKDEP_CPP="${CPP}" ; export MKDEP_CPP ; \
mkdep -a -DLOCORE ${COPTS} ${SFILES} ${SYSTEM_SFILES}
links:
@@ -156,7 +156,7 @@ tags:
install:
chflags noschg /kernel
mv /kernel /kernel.old
- if [ `sysctl -n kern.bootfile` = "/kernel" ] ; then \
+ if [ `sysctl -n kern.bootfile` = /kernel ] ; then \
sysctl -w kern.bootfile=/kernel.old ; \
mv -f /var/db/kvm_kernel.db /var/db/kvm_kernel.old.db ; \
fi