Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/common Don't build PIE binaries for install media
details: https://anonhg.NetBSD.org/src/rev/1504d5365767
branches: trunk
changeset: 345453:1504d5365767
user: christos <christos%NetBSD.org@localhost>
date: Sun May 29 16:12:31 2016 +0000
description:
Don't build PIE binaries for install media
diffstat:
distrib/common/Makefile.distrib | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 1ff5bf318410 -r 1504d5365767 distrib/common/Makefile.distrib
--- a/distrib/common/Makefile.distrib Sun May 29 13:51:16 2016 +0000
+++ b/distrib/common/Makefile.distrib Sun May 29 16:12:31 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.distrib,v 1.11 2014/01/22 00:52:56 christos Exp $
+# $NetBSD: Makefile.distrib,v 1.12 2016/05/29 16:12:31 christos Exp $
#
# Makefile snippet to setup various make variables variables used in distrib/:
#
@@ -17,6 +17,7 @@
.if !defined(_MAKEFILE_DISTRIB_)
_MAKEFILE_DISTRIB_=1
+NOPIE=
.include <bsd.own.mk>
DISTRIBDIR= ${NETBSDSRCDIR}/distrib
Home |
Main Index |
Thread Index |
Old Index