-# $OpenBSD: Makefile.alpha,v 1.86 2015/01/11 19:25:13 tedu Exp $
+# $OpenBSD: Makefile.alpha,v 1.87 2015/01/13 01:12:48 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
install: install-kernel-${MACHINE_NAME}
.if !target(install-kernel-${MACHINE_NAME}})
install-kernel-${MACHINE_NAME}:
- rm -f /obsd
- ln /bsd /obsd
+ cmp -s bsd /bsd || ln -f /bsd /obsd
cp bsd /nbsd
mv /nbsd /bsd
.endif
-# $OpenBSD: Makefile.amd64,v 1.64 2015/01/11 19:25:13 tedu Exp $
+# $OpenBSD: Makefile.amd64,v 1.65 2015/01/13 01:12:49 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
install: install-kernel-${MACHINE_NAME}
.if !target(install-kernel-${MACHINE_NAME}})
install-kernel-${MACHINE_NAME}:
- rm -f /obsd
- ln /bsd /obsd
+ cmp -s bsd /bsd || ln -f /bsd /obsd
cp bsd /nbsd
mv /nbsd /bsd
.endif
-# $OpenBSD: Makefile.armish,v 1.50 2015/01/11 19:25:13 tedu Exp $
+# $OpenBSD: Makefile.armish,v 1.51 2015/01/13 01:12:49 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
install: install-kernel-${MACHINE_NAME}
.if !target(install-kernel-${MACHINE_NAME}})
install-kernel-${MACHINE_NAME}:
- rm -f /obsd
- ln /bsd /obsd
+ cmp -s bsd /bsd || ln -f /bsd /obsd
cp bsd /nbsd
mv /nbsd /bsd
.endif
-# $OpenBSD: Makefile.armv7,v 1.6 2015/01/11 19:25:13 tedu Exp $
+# $OpenBSD: Makefile.armv7,v 1.7 2015/01/13 01:12:49 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
install: install-kernel-${MACHINE_NAME}
.if !target(install-kernel-${MACHINE_NAME}})
install-kernel-${MACHINE_NAME}:
- rm -f /obsd
- ln /bsd /obsd
+ cmp -s bsd /bsd || ln -f /bsd /obsd
cp bsd /nbsd
mv /nbsd /bsd
.endif
-# $OpenBSD: Makefile.aviion,v 1.50 2015/01/11 19:25:13 tedu Exp $
+# $OpenBSD: Makefile.aviion,v 1.51 2015/01/13 01:12:49 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
install: install-kernel-${MACHINE_NAME}
.if !target(install-kernel-${MACHINE_NAME}})
install-kernel-${MACHINE_NAME}:
- rm -f /obsd
- ln /bsd /obsd
+ cmp -s bsd /bsd || ln -f /bsd /obsd
cp bsd /nbsd
mv /nbsd /bsd
.endif
-# $OpenBSD: Makefile.hppa,v 1.79 2015/01/11 19:25:13 tedu Exp $
+# $OpenBSD: Makefile.hppa,v 1.80 2015/01/13 01:12:49 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
install: install-kernel-${MACHINE_NAME}
.if !target(install-kernel-${MACHINE_NAME}})
install-kernel-${MACHINE_NAME}:
- rm -f /obsd
- ln /bsd /obsd
+ cmp -s bsd /bsd || ln -f /bsd /obsd
cp bsd /nbsd
mv /nbsd /bsd
.endif
-# $OpenBSD: Makefile.hppa64,v 1.51 2015/01/11 19:25:13 tedu Exp $
+# $OpenBSD: Makefile.hppa64,v 1.52 2015/01/13 01:12:49 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
install: install-kernel-${MACHINE_NAME}
.if !target(install-kernel-${MACHINE_NAME}})
install-kernel-${MACHINE_NAME}:
- rm -f /obsd
- ln /bsd /obsd
+ cmp -s bsd /bsd || ln -f /bsd /obsd
cp bsd /nbsd
mv /nbsd /bsd
.endif
-# $OpenBSD: Makefile.i386,v 1.91 2015/01/11 19:25:13 tedu Exp $
+# $OpenBSD: Makefile.i386,v 1.92 2015/01/13 01:12:49 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
install: install-kernel-${MACHINE_NAME}
.if !target(install-kernel-${MACHINE_NAME}})
install-kernel-${MACHINE_NAME}:
- rm -f /obsd
- ln /bsd /obsd
+ cmp -s bsd /bsd || ln -f /bsd /obsd
cp bsd /nbsd
mv /nbsd /bsd
.endif
-# $OpenBSD: Makefile.landisk,v 1.52 2015/01/11 19:25:13 tedu Exp $
+# $OpenBSD: Makefile.landisk,v 1.53 2015/01/13 01:12:49 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
install: install-kernel-${MACHINE_NAME}
.if !target(install-kernel-${MACHINE_NAME}})
install-kernel-${MACHINE_NAME}:
- rm -f /obsd
- ln /bsd /obsd
+ cmp -s bsd /bsd || ln -f /bsd /obsd
cp bsd /nbsd
mv /nbsd /bsd
.endif
-# $OpenBSD: Makefile.loongson,v 1.44 2015/01/11 19:25:13 tedu Exp $
+# $OpenBSD: Makefile.loongson,v 1.45 2015/01/13 01:12:49 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
install: install-kernel-${MACHINE_NAME}
.if !target(install-kernel-${MACHINE_NAME}})
install-kernel-${MACHINE_NAME}:
- rm -f /obsd
- ln /bsd /obsd
+ cmp -s bsd /bsd || ln -f /bsd /obsd
cp bsd /nbsd
mv /nbsd /bsd
.endif
-# $OpenBSD: Makefile.luna88k,v 1.58 2015/01/11 19:25:13 tedu Exp $
+# $OpenBSD: Makefile.luna88k,v 1.59 2015/01/13 01:12:49 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
install: install-kernel-${MACHINE_NAME}
.if !target(install-kernel-${MACHINE_NAME}})
install-kernel-${MACHINE_NAME}:
- rm -f /obsd
- ln /bsd /obsd
+ cmp -s bsd /bsd || ln -f /bsd /obsd
cp bsd /nbsd
mv /nbsd /bsd
.endif
-# $OpenBSD: Makefile.macppc,v 1.70 2015/01/11 19:25:13 tedu Exp $
+# $OpenBSD: Makefile.macppc,v 1.71 2015/01/13 01:12:49 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
install: install-kernel-${MACHINE_NAME}
.if !target(install-kernel-${MACHINE_NAME}})
install-kernel-${MACHINE_NAME}:
- rm -f /obsd
- ln /bsd /obsd
+ cmp -s bsd /bsd || ln -f /bsd /obsd
cp bsd /nbsd
mv /nbsd /bsd
.endif
-# $OpenBSD: Makefile.octeon,v 1.20 2015/01/11 19:25:14 tedu Exp $
+# $OpenBSD: Makefile.octeon,v 1.21 2015/01/13 01:12:50 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
install: install-kernel-${MACHINE_NAME}
.if !target(install-kernel-${MACHINE_NAME}})
install-kernel-${MACHINE_NAME}:
- rm -f /obsd
- ln /bsd /obsd
+ cmp -s bsd /bsd || ln -f /bsd /obsd
cp bsd /nbsd
mv /nbsd /bsd
.endif
-# $OpenBSD: Makefile.sgi,v 1.68 2015/01/11 19:25:14 tedu Exp $
+# $OpenBSD: Makefile.sgi,v 1.69 2015/01/13 01:12:50 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
install: install-kernel-${MACHINE_NAME}
.if !target(install-kernel-${MACHINE_NAME}})
install-kernel-${MACHINE_NAME}:
- rm -f /obsd
- ln /bsd /obsd
+ cmp -s bsd /bsd || ln -f /bsd /obsd
cp bsd /nbsd
mv /nbsd /bsd
.endif
-# $OpenBSD: Makefile.socppc,v 1.41 2015/01/11 19:25:14 tedu Exp $
+# $OpenBSD: Makefile.socppc,v 1.42 2015/01/13 01:12:50 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
install: install-kernel-${MACHINE_NAME}
.if !target(install-kernel-${MACHINE_NAME}})
install-kernel-${MACHINE_NAME}:
- rm -f /obsd
- ln /bsd /obsd
+ cmp -s bsd /bsd || ln -f /bsd /obsd
cp bsd /nbsd
mv /nbsd /bsd
.endif
-# $OpenBSD: Makefile.solbourne,v 1.46 2015/01/11 19:25:14 tedu Exp $
+# $OpenBSD: Makefile.solbourne,v 1.47 2015/01/13 01:12:50 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
install: install-kernel-${MACHINE_NAME}
.if !target(install-kernel-${MACHINE_NAME}})
install-kernel-${MACHINE_NAME}:
- rm -f /obsd
- ln /bsd /obsd
+ cmp -s bsd /bsd || ln -f /bsd /obsd
cp bsd /nbsd
mv /nbsd /bsd
.endif
-# $OpenBSD: Makefile.sparc,v 1.83 2015/01/11 19:25:14 tedu Exp $
+# $OpenBSD: Makefile.sparc,v 1.84 2015/01/13 01:12:50 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
install: install-kernel-${MACHINE_NAME}
.if !target(install-kernel-${MACHINE_NAME}})
install-kernel-${MACHINE_NAME}:
- rm -f /obsd
- ln /bsd /obsd
+ cmp -s bsd /bsd || ln -f /bsd /obsd
cp bsd /nbsd
mv /nbsd /bsd
.endif
-# $OpenBSD: Makefile.sparc64,v 1.71 2015/01/11 19:25:14 tedu Exp $
+# $OpenBSD: Makefile.sparc64,v 1.72 2015/01/13 01:12:50 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
install: install-kernel-${MACHINE_NAME}
.if !target(install-kernel-${MACHINE_NAME}})
install-kernel-${MACHINE_NAME}:
- rm -f /obsd
- ln /bsd /obsd
+ cmp -s bsd /bsd || ln -f /bsd /obsd
cp bsd /nbsd
mv /nbsd /bsd
.endif
-# $OpenBSD: Makefile.vax,v 1.73 2015/01/11 19:25:14 tedu Exp $
+# $OpenBSD: Makefile.vax,v 1.74 2015/01/13 01:12:50 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
install: install-kernel-${MACHINE_NAME}
.if !target(install-kernel-${MACHINE_NAME}})
install-kernel-${MACHINE_NAME}:
- rm -f /obsd
- ln /bsd /obsd
+ cmp -s bsd /bsd || ln -f /bsd /obsd
cp bsd /nbsd
mv /nbsd /bsd
.endif
-# $OpenBSD: Makefile.zaurus,v 1.53 2015/01/11 19:25:14 tedu Exp $
+# $OpenBSD: Makefile.zaurus,v 1.54 2015/01/13 01:12:50 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
install: install-kernel-${MACHINE_NAME}
.if !target(install-kernel-${MACHINE_NAME}})
install-kernel-${MACHINE_NAME}:
- rm -f /obsd
- ln /bsd /obsd
+ cmp -s bsd /bsd || ln -f /bsd /obsd
cp bsd /nbsd
mv /nbsd /bsd
.endif