for the install: target, use cmp as a rough attempt for avoiding repeated
authorderaadt <deraadt@openbsd.org>
Tue, 13 Jan 2015 01:12:48 +0000 (01:12 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 13 Jan 2015 01:12:48 +0000 (01:12 +0000)
make install
from Simon Nicolussi
ok jsing tedu

20 files changed:
sys/arch/alpha/conf/Makefile.alpha
sys/arch/amd64/conf/Makefile.amd64
sys/arch/armish/conf/Makefile.armish
sys/arch/armv7/conf/Makefile.armv7
sys/arch/aviion/conf/Makefile.aviion
sys/arch/hppa/conf/Makefile.hppa
sys/arch/hppa64/conf/Makefile.hppa64
sys/arch/i386/conf/Makefile.i386
sys/arch/landisk/conf/Makefile.landisk
sys/arch/loongson/conf/Makefile.loongson
sys/arch/luna88k/conf/Makefile.luna88k
sys/arch/macppc/conf/Makefile.macppc
sys/arch/octeon/conf/Makefile.octeon
sys/arch/sgi/conf/Makefile.sgi
sys/arch/socppc/conf/Makefile.socppc
sys/arch/solbourne/conf/Makefile.solbourne
sys/arch/sparc/conf/Makefile.sparc
sys/arch/sparc64/conf/Makefile.sparc64
sys/arch/vax/conf/Makefile.vax
sys/arch/zaurus/conf/Makefile.zaurus

index d0d43b1..bb70776 100644 (file)
@@ -1,4 +1,4 @@
-#      $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.
@@ -146,8 +146,7 @@ MACHINE_NAME!=  uname -n
 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
index 51bad80..c9dcb31 100644 (file)
@@ -1,4 +1,4 @@
-#      $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.
@@ -150,8 +150,7 @@ MACHINE_NAME!=  uname -n
 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
index fae8726..ee71cf4 100644 (file)
@@ -1,4 +1,4 @@
-#      $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.
@@ -157,8 +157,7 @@ MACHINE_NAME!=  uname -n
 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
index e908639..3b27b9d 100644 (file)
@@ -1,4 +1,4 @@
-#      $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.
@@ -154,8 +154,7 @@ MACHINE_NAME!=  uname -n
 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
index e812e62..28ece52 100644 (file)
@@ -1,4 +1,4 @@
-#      $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.
@@ -151,8 +151,7 @@ MACHINE_NAME!=  uname -n
 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
index 4c135a7..846b4a0 100644 (file)
@@ -1,4 +1,4 @@
-#      $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.
@@ -156,8 +156,7 @@ MACHINE_NAME!=  uname -n
 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
index 5ef95b8..a93c8e0 100644 (file)
@@ -1,4 +1,4 @@
-#      $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.
@@ -148,8 +148,7 @@ MACHINE_NAME!=  uname -n
 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
index d35ad07..21f1c14 100644 (file)
@@ -1,4 +1,4 @@
-#      $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.
@@ -152,8 +152,7 @@ MACHINE_NAME!=  uname -n
 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
index 7f91400..b1a53ac 100644 (file)
@@ -1,4 +1,4 @@
-#      $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.
@@ -146,8 +146,7 @@ MACHINE_NAME!=  uname -n
 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
index 4ff41c0..03b5d1b 100644 (file)
@@ -1,4 +1,4 @@
-#      $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.
@@ -160,8 +160,7 @@ MACHINE_NAME!=  uname -n
 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
index e5550be..19ef165 100644 (file)
@@ -1,4 +1,4 @@
-#      $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.
@@ -151,8 +151,7 @@ MACHINE_NAME!=  uname -n
 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
index aebfb73..920012b 100644 (file)
@@ -1,4 +1,4 @@
-#      $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.
@@ -146,8 +146,7 @@ MACHINE_NAME!=  uname -n
 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
index 5605ba0..0a9c863 100644 (file)
@@ -1,4 +1,4 @@
-#      $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.
@@ -160,8 +160,7 @@ MACHINE_NAME!=  uname -n
 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
index fcc4b14..a261032 100644 (file)
@@ -1,4 +1,4 @@
-#      $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.
@@ -160,8 +160,7 @@ MACHINE_NAME!=  uname -n
 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
index 5e5b793..b9406f4 100644 (file)
@@ -1,4 +1,4 @@
-#      $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.
@@ -146,8 +146,7 @@ MACHINE_NAME!=  uname -n
 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
index d981c95..1607941 100644 (file)
@@ -1,4 +1,4 @@
-#      $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.
@@ -146,8 +146,7 @@ MACHINE_NAME!=  uname -n
 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
index e649a3d..62216f4 100644 (file)
@@ -1,4 +1,4 @@
-#      $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.
@@ -150,8 +150,7 @@ MACHINE_NAME!=  uname -n
 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
index 94104fc..56bc973 100644 (file)
@@ -1,4 +1,4 @@
-#      $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.
@@ -147,8 +147,7 @@ MACHINE_NAME!=  uname -n
 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
index d03940e..b6e3804 100644 (file)
@@ -1,4 +1,4 @@
-#      $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.
@@ -147,8 +147,7 @@ MACHINE_NAME!=  uname -n
 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
index fcdf04f..3250068 100644 (file)
@@ -1,4 +1,4 @@
-#      $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.
@@ -154,8 +154,7 @@ MACHINE_NAME!=  uname -n
 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