Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Document NOCTF, NOPIE.
details: https://anonhg.NetBSD.org/src/rev/ff0631567b55
branches: trunk
changeset: 343388:ff0631567b55
user: christos <christos%NetBSD.org@localhost>
date: Mon Feb 01 15:00:43 2016 +0000
description:
Document NOCTF, NOPIE.
diffstat:
share/mk/bsd.README | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r aba507c08a25 -r ff0631567b55 share/mk/bsd.README
--- a/share/mk/bsd.README Mon Feb 01 14:55:09 2016 +0000
+++ b/share/mk/bsd.README Mon Feb 01 15:00:43 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.348 2015/11/22 04:59:15 kamil Exp $
+# $NetBSD: bsd.README,v 1.349 2016/02/01 15:00:43 christos Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@@ -159,6 +159,9 @@
during build.
Default: no
+NOCTF Don't generate and manipulate CTF data of ELF binaries
+ during build. It is set internally for standalone programs.
+
MKCVS If "no", don't build or install cvs(1).
Default: yes
@@ -351,6 +354,9 @@
PIE (Position Independent Executables).
Default: no
+NOCTF Don't create PIE (Position Independent Executables)
+ It is set internally for standalone programs.
+
MKPIGZGZIP If "no", only install pigz as pigz, not gzip.
Default: no
Home |
Main Index |
Thread Index |
Old Index