Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Avoid the PIE



details:   https://anonhg.NetBSD.org/src/rev/2662b48fbc6a
branches:  trunk
changeset: 347642:2662b48fbc6a
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Sep 08 14:36:13 2016 +0000

description:
Avoid the PIE

diffstat:

 sys/arch/arc/stand/Makefile.inc            |  4 ++--
 sys/arch/arc/stand/boot/Makefile           |  4 ++--
 sys/arch/cobalt/stand/Makefile.inc         |  3 ++-
 sys/arch/cobalt/stand/boot/Makefile        |  4 ++--
 sys/arch/ews4800mips/stand/Makefile.bootxx |  5 ++++-
 sys/arch/ews4800mips/stand/Makefile.inc    |  4 ++--
 sys/arch/ews4800mips/stand/boot/Makefile   |  3 ++-
 sys/arch/mipsco/stand/Makefile.booters     |  5 +++--
 sys/arch/mipsco/stand/Makefile.inc         |  5 ++---
 sys/arch/sgimips/stand/Makefile.booters    |  5 +++--
 sys/arch/sgimips/stand/Makefile.inc        |  4 ++--
 sys/arch/sgimips/stand/boot64/Makefile     |  4 ++--
 12 files changed, 28 insertions(+), 22 deletions(-)

diffs (158 lines):

diff -r 658031bfc27a -r 2662b48fbc6a sys/arch/arc/stand/Makefile.inc
--- a/sys/arch/arc/stand/Makefile.inc   Thu Sep 08 08:45:52 2016 +0000
+++ b/sys/arch/arc/stand/Makefile.inc   Thu Sep 08 14:36:13 2016 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile.inc,v 1.2 2005/12/11 12:16:41 christos Exp $
+# $NetBSD: Makefile.inc,v 1.3 2016/09/08 14:36:13 christos Exp $
 
-.include <bsd.own.mk>
+NOPIE= # defined
 
 BINDIR?=       /usr/mdec
diff -r 658031bfc27a -r 2662b48fbc6a sys/arch/arc/stand/boot/Makefile
--- a/sys/arch/arc/stand/boot/Makefile  Thu Sep 08 08:45:52 2016 +0000
+++ b/sys/arch/arc/stand/boot/Makefile  Thu Sep 08 14:36:13 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2014/01/16 01:15:33 christos Exp $
+# $NetBSD: Makefile,v 1.16 2016/09/08 14:36:13 christos Exp $
 
-.include <bsd.own.mk>
+.include <bsd.init.mk>
 
 S!= cd ${.CURDIR}/../../../..; pwd
 
diff -r 658031bfc27a -r 2662b48fbc6a sys/arch/cobalt/stand/Makefile.inc
--- a/sys/arch/cobalt/stand/Makefile.inc        Thu Sep 08 08:45:52 2016 +0000
+++ b/sys/arch/cobalt/stand/Makefile.inc        Thu Sep 08 14:36:13 2016 +0000
@@ -1,3 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.1 2000/03/30 21:46:16 soren Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2016/09/08 14:37:36 christos Exp $
 
+NOPIE= # defined
 BINDIR=                /usr/mdec
diff -r 658031bfc27a -r 2662b48fbc6a sys/arch/cobalt/stand/boot/Makefile
--- a/sys/arch/cobalt/stand/boot/Makefile       Thu Sep 08 08:45:52 2016 +0000
+++ b/sys/arch/cobalt/stand/boot/Makefile       Thu Sep 08 14:36:13 2016 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.30 2015/06/23 20:54:43 matt Exp $
+#      $NetBSD: Makefile,v 1.31 2016/09/08 14:37:37 christos Exp $
 
 NOMAN= # defined
 
-.include <bsd.own.mk>
+.include <bsd.init.mk>
 
 S=     ${.CURDIR}/../../../..
 MIPS=  ${S}/arch/mips
diff -r 658031bfc27a -r 2662b48fbc6a sys/arch/ews4800mips/stand/Makefile.bootxx
--- a/sys/arch/ews4800mips/stand/Makefile.bootxx        Thu Sep 08 08:45:52 2016 +0000
+++ b/sys/arch/ews4800mips/stand/Makefile.bootxx        Thu Sep 08 14:36:13 2016 +0000
@@ -1,6 +1,9 @@
-#      $NetBSD: Makefile.bootxx,v 1.8 2014/01/31 19:25:13 tsutsui Exp $
+#      $NetBSD: Makefile.bootxx,v 1.9 2016/09/08 14:42:33 christos Exp $
 
 NOMAN          =
+NOPIE          =
+
+.include <bsd.init.mk>
 
 BINMODE                = 0444
 
diff -r 658031bfc27a -r 2662b48fbc6a sys/arch/ews4800mips/stand/Makefile.inc
--- a/sys/arch/ews4800mips/stand/Makefile.inc   Thu Sep 08 08:45:52 2016 +0000
+++ b/sys/arch/ews4800mips/stand/Makefile.inc   Thu Sep 08 14:36:13 2016 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile.inc,v 1.1 2005/12/29 15:20:09 tsutsui Exp $
+# $NetBSD: Makefile.inc,v 1.2 2016/09/08 14:42:33 christos Exp $
 
-.include <bsd.own.mk>
+NOPIE= # defined
 
 BINDIR?=       /usr/mdec
diff -r 658031bfc27a -r 2662b48fbc6a sys/arch/ews4800mips/stand/boot/Makefile
--- a/sys/arch/ews4800mips/stand/boot/Makefile  Thu Sep 08 08:45:52 2016 +0000
+++ b/sys/arch/ews4800mips/stand/boot/Makefile  Thu Sep 08 14:36:13 2016 +0000
@@ -1,7 +1,8 @@
-#      $NetBSD: Makefile,v 1.19 2014/08/05 15:40:59 apb Exp $
+#      $NetBSD: Makefile,v 1.20 2016/09/08 14:42:33 christos Exp $
 
 WARNS          ?= 1
 NOMAN          =
+NOPIE          =
 
 BINMODE                = 444
 
diff -r 658031bfc27a -r 2662b48fbc6a sys/arch/mipsco/stand/Makefile.booters
--- a/sys/arch/mipsco/stand/Makefile.booters    Thu Sep 08 08:45:52 2016 +0000
+++ b/sys/arch/mipsco/stand/Makefile.booters    Thu Sep 08 14:36:13 2016 +0000
@@ -1,8 +1,9 @@
-#      $NetBSD: Makefile.booters,v 1.21 2014/01/31 19:38:48 tsutsui Exp $
+#      $NetBSD: Makefile.booters,v 1.22 2016/09/08 14:40:52 christos Exp $
 
 NOMAN=         # defined
+NOPIE=         # defined
 
-.include <bsd.own.mk>
+.include <bsd.init.mk>
 
 S=     ${.CURDIR}/../../../..
 MIPS=  ${S}/arch/mips
diff -r 658031bfc27a -r 2662b48fbc6a sys/arch/mipsco/stand/Makefile.inc
--- a/sys/arch/mipsco/stand/Makefile.inc        Thu Sep 08 08:45:52 2016 +0000
+++ b/sys/arch/mipsco/stand/Makefile.inc        Thu Sep 08 14:36:13 2016 +0000
@@ -1,8 +1,7 @@
-#      $NetBSD: Makefile.inc,v 1.4 2002/08/27 08:53:16 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.5 2016/09/08 14:40:52 christos Exp $
 
 NOMAN=         # defined
-
-.include <bsd.own.mk>
+NOPIE=         # defined
 
 BINDIR?=       /usr/mdec
 
diff -r 658031bfc27a -r 2662b48fbc6a sys/arch/sgimips/stand/Makefile.booters
--- a/sys/arch/sgimips/stand/Makefile.booters   Thu Sep 08 08:45:52 2016 +0000
+++ b/sys/arch/sgimips/stand/Makefile.booters   Thu Sep 08 14:36:13 2016 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile.booters,v 1.22 2014/01/12 15:26:30 tsutsui Exp $
+# $NetBSD: Makefile.booters,v 1.23 2016/09/08 14:43:48 christos Exp $
 
 # PROG set by parent.
 NOMAN=         # defined
+NOPIE=         # defined
 
-.include <bsd.own.mk>
+.include <bsd.init.mk>
 .include <bsd.sys.mk>          # for HOST_SH
 
 # $S must correspond to the top of the 'sys' tree
diff -r 658031bfc27a -r 2662b48fbc6a sys/arch/sgimips/stand/Makefile.inc
--- a/sys/arch/sgimips/stand/Makefile.inc       Thu Sep 08 08:45:52 2016 +0000
+++ b/sys/arch/sgimips/stand/Makefile.inc       Thu Sep 08 14:36:13 2016 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile.inc,v 1.1 2001/11/21 22:14:51 soren Exp $
+# $NetBSD: Makefile.inc,v 1.2 2016/09/08 14:43:48 christos Exp $
 
-.include <bsd.own.mk>
+NOPIE= # defined
 
 BINDIR?=       /usr/mdec
diff -r 658031bfc27a -r 2662b48fbc6a sys/arch/sgimips/stand/boot64/Makefile
--- a/sys/arch/sgimips/stand/boot64/Makefile    Thu Sep 08 08:45:52 2016 +0000
+++ b/sys/arch/sgimips/stand/boot64/Makefile    Thu Sep 08 14:36:13 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2014/01/16 01:15:34 christos Exp $
+#      $NetBSD: Makefile,v 1.13 2016/09/08 14:43:48 christos Exp $
 
 PROG=  ip30boot
 NOMAN= # defined
@@ -9,7 +9,7 @@
 
 CLEANFILES+=   boot.map
 
-.include <bsd.own.mk>
+.include <bsd.init.mk>
 
 # $S must correspond to the top of the 'sys' tree
 S=     ${.CURDIR}/../../../..



Home | Main Index | Thread Index | Old Index