summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1999-02-14 13:56:15 +0000
committerdes <des@FreeBSD.org>1999-02-14 13:56:15 +0000
commite158dd910e85016b8e7804f839754e22e78dea7c (patch)
tree3254bcf2b23c268bd2576e23425d81e7889d9792 /sys
parent61e9418dd2bf9555cd37719ccbc0996bd5c4565a (diff)
downloadFreeBSD-src-e158dd910e85016b8e7804f839754e22e78dea7c.zip
FreeBSD-src-e158dd910e85016b8e7804f839754e22e78dea7c.tar.gz
Ignore errors from chflags. This makes it possible to make installworld
with DESTDIR set to an NFS-mounted file system.
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/conf/Makefile.alpha4
-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
-rw-r--r--sys/i386/conf/Makefile.i3864
-rw-r--r--sys/pc98/conf/Makefile.pc984
7 files changed, 14 insertions, 14 deletions
diff --git a/sys/alpha/conf/Makefile.alpha b/sys/alpha/conf/Makefile.alpha
index 6ffa507..e2ccd56 100644
--- a/sys/alpha/conf/Makefile.alpha
+++ b/sys/alpha/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.alpha b/sys/conf/Makefile.alpha
index 6ffa507..e2ccd56 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 77f2e3e..70251b0 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 8381656..d46464d 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 77f2e3e..70251b0 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; \
diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386
index 77f2e3e..70251b0 100644
--- a/sys/i386/conf/Makefile.i386
+++ b/sys/i386/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/pc98/conf/Makefile.pc98 b/sys/pc98/conf/Makefile.pc98
index 8381656..d46464d 100644
--- a/sys/pc98/conf/Makefile.pc98
+++ b/sys/pc98/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; \
OpenPOWER on IntegriCloud