aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>1999-02-14 13:56:15 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>1999-02-14 13:56:15 +0000
commitad5ebf3fbaa40b4de6b2e68360e0283c49f829ca (patch)
treee06391a8c911ef45896a6dd991acb15216fb33e1 /sys/conf
parent3876b6923827c24ccfb5b306da6555e12a1ba6b7 (diff)
downloadsrc-ad5ebf3fbaa40b4de6b2e68360e0283c49f829ca.tar.gz
src-ad5ebf3fbaa40b4de6b2e68360e0283c49f829ca.zip
Ignore errors from chflags. This makes it possible to make installworld
with DESTDIR set to an NFS-mounted file system.
Notes
Notes: svn path=/head/; revision=43994
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/Makefile.alpha4
-rw-r--r--sys/conf/Makefile.i3864
-rw-r--r--sys/conf/Makefile.pc984
-rw-r--r--sys/conf/Makefile.powerpc4
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha
index 6ffa507a03b6..e2ccd567c7cd 100644
--- a/sys/conf/Makefile.alpha
+++ b/sys/conf/Makefile.alpha
@@ -1,7 +1,7 @@
# Makefile.alpha -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.alpha 7.1 5/10/91
-# $Id: Makefile.alpha,v 1.16 1999/01/09 21:50:59 jdp Exp $
+# $Id: Makefile.alpha,v 1.17 1999/02/02 18:34:23 dfr Exp $
#
# Makefile for FreeBSD
#
@@ -251,7 +251,7 @@ install:
exit 1 ; \
fi
.if exists(${DESTDIR}/kernel)
- chflags noschg ${DESTDIR}/kernel
+ -chflags noschg ${DESTDIR}/kernel
mv ${DESTDIR}/kernel ${DESTDIR}/kernel.old
.endif
PATH=$${PATH}:/sbin:/usr/sbin; \
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index 77f2e3ef27c5..70251b06e8d8 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -1,7 +1,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.137 1999/01/25 04:08:28 peter Exp $
+# $Id: Makefile.i386,v 1.138 1999/01/26 02:49:51 julian Exp $
#
# Makefile for FreeBSD
#
@@ -220,7 +220,7 @@ install:
fi
.endif
.if exists(${DESTDIR}/kernel)
- chflags noschg ${DESTDIR}/kernel
+ -chflags noschg ${DESTDIR}/kernel
mv ${DESTDIR}/kernel ${DESTDIR}/kernel.old
.endif
PATH=$${PATH}:/sbin:/usr/sbin; \
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index 838165601723..d46464d5fda4 100644
--- a/sys/conf/Makefile.pc98
+++ b/sys/conf/Makefile.pc98
@@ -3,7 +3,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.pc98,v 1.53 1999/01/25 12:12:01 kato Exp $
+# $Id: Makefile.pc98,v 1.54 1999/01/27 08:25:19 kato Exp $
#
# Makefile for FreeBSD
#
@@ -224,7 +224,7 @@ install:
fi
.endif
.if exists(${DESTDIR}/kernel)
- chflags noschg ${DESTDIR}/kernel
+ -chflags noschg ${DESTDIR}/kernel
mv ${DESTDIR}/kernel ${DESTDIR}/kernel.old
.endif
PATH=$${PATH}:/sbin:/usr/sbin; \
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index 77f2e3ef27c5..70251b06e8d8 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -1,7 +1,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.137 1999/01/25 04:08:28 peter Exp $
+# $Id: Makefile.i386,v 1.138 1999/01/26 02:49:51 julian Exp $
#
# Makefile for FreeBSD
#
@@ -220,7 +220,7 @@ install:
fi
.endif
.if exists(${DESTDIR}/kernel)
- chflags noschg ${DESTDIR}/kernel
+ -chflags noschg ${DESTDIR}/kernel
mv ${DESTDIR}/kernel ${DESTDIR}/kernel.old
.endif
PATH=$${PATH}:/sbin:/usr/sbin; \