kernels in compile dirs are readonly, and the bsd.rd we created has
authorderaadt <deraadt@openbsd.org>
Sat, 3 Jun 2017 22:25:19 +0000 (22:25 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 3 Jun 2017 22:25:19 +0000 (22:25 +0000)
tracked that permission.  Make the copy in $RELEASEDIR a+r

distrib/alpha/bsd.rd/Makefile
distrib/amd64/ramdiskA/Makefile.inc
distrib/amd64/ramdisk_cd/Makefile.inc
distrib/hppa/ramdisk/Makefile
distrib/i386/common/Makefile.inc
distrib/ramdisk/Makefile
distrib/sparc64/bsd.rd/Makefile
distrib/sparc64/common/Makefile.inc

index 0b1e1dd..241185b 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.23 2017/01/27 17:59:09 natano Exp $
+#      $OpenBSD: Makefile,v 1.24 2017/06/03 22:25:19 deraadt Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -52,4 +52,5 @@ rdsetroot: ${TOP}/../common/elfrdsetroot.c
 .ifdef RELEASEDIR
 beforeinstall:
        cp bsd.rd ${RELEASEDIR}
+       chmod a+r ${RELEASEDIR}/bsd.rd
 .endif
index 450b912..e447e86 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.inc,v 1.3 2016/11/24 16:32:33 natano Exp $
+#      $OpenBSD: Makefile.inc,v 1.4 2017/06/03 22:25:19 deraadt Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -97,6 +97,7 @@ rdsetroot:    ${TOP}/../common/elfrdsetroot.c
 install:
 .ifndef NOBSDRD
        cp bsd.rd ${RELEASEDIR}/bsd.rd
+       chmod a+r ${RELEASEDIR}/bsd.rd
 .endif
 .ifndef NOFS
        cp ${FS} ${RELEASEDIR}/${FS}
index 33a0e0e..941716f 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.inc,v 1.4 2016/12/30 22:32:25 deraadt Exp $
+#      $OpenBSD: Makefile.inc,v 1.5 2017/06/03 22:25:19 deraadt Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -103,6 +103,7 @@ rdsetroot:  ${TOP}/../common/elfrdsetroot.c
 install:
 .ifndef NOBSDRD
        cp bsd.rd ${RELEASEDIR}/bsd.rd
+       chmod a+r ${RELEASEDIR}/bsd.rd
 .endif
 .ifndef NOFS
        cp ${FS} ${RELEASEDIR}/${FS}
index dc1f1a6..0d3c2ad 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.31 2016/12/30 22:32:25 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.32 2017/06/03 22:25:19 deraadt Exp $
 
 CBIN=          instbin
 ARCHDIR=       ${.CURDIR}/..
@@ -99,6 +99,7 @@ clean cleandir:
 .ifdef RELEASEDIR
 beforeinstall:
        cp bsd.rd ${LIF} ${CDROM} ${RELEASEDIR}
+       chmod a+r ${RELEASEDIR}/bsd.rd
 .endif
 
 .include <bsd.obj.mk>
index 9e20449..70e883f 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.inc,v 1.41 2016/12/30 22:32:25 deraadt Exp $
+#      $OpenBSD: Makefile.inc,v 1.42 2017/06/03 22:25:19 deraadt Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -97,6 +97,7 @@ rdsetroot:    ${TOP}/../common/elfrdsetroot.c
 install:
 .ifndef NOBSDRD
        cp bsd.rd ${RELEASEDIR}/bsd.rd
+       chmod a+r ${RELEASEDIR}/bsd.rd
 .endif
 .ifndef NOFS
        cp ${FS} ${RELEASEDIR}/${FS}
index 28600c5..ba7ae4a 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.47 2016/10/14 18:44:20 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.48 2017/06/03 22:25:19 deraadt Exp $
 
 REV=           ${OSrev}
 
@@ -128,6 +128,7 @@ clean cleandir:
 .ifdef RELEASEDIR
 beforeinstall:
        cp bsd.rd ${RELEASEDIR}
+       chmod a+r ${RELEASEDIR}/bsd.rd
 .ifdef MAKEFLOPPY
        cp ${FLOPPY} ${RELEASEDIR}
 .endif # MAKEFLOPPY
index 2a7cf7a..87e06d1 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.30 2017/01/27 17:59:09 natano Exp $
+#      $OpenBSD: Makefile,v 1.31 2017/06/03 22:25:19 deraadt Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -53,6 +53,7 @@ rdsetroot:    ${TOP}/../common/elfrdsetroot.c
 install:
 .ifndef NOBSDRD
        cp bsd.rd ${RELEASEDIR}
+       chmod a+r ${RELEASEDIR}/bsd.rd
 .endif
 .endif
 
index f511bfa..8f46729 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.inc,v 1.16 2014/11/22 15:02:27 deraadt Exp $
+#      $OpenBSD: Makefile.inc,v 1.17 2017/06/03 22:25:19 deraadt Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -81,6 +81,7 @@ unconfig:
 install:
 .ifndef NOBSDRD
        cp bsd.rd ${RELEASEDIR}
+       chmod a+r ${RELEASEDIR}/bsd.rd
 .endif
        cp ${FS} ${RELEASEDIR}
 .endif