Module Name: src
Committed By: christos
Date: Mon Feb 1 15:00:43 UTC 2016
Modified Files:
src/share/mk: bsd.README
Log Message:
Document NOCTF, NOPIE.
To generate a diff of this commit:
cvs rdiff -u -r1.348 -r1.349 src/share/mk/bsd.README
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.README
diff -u src/share/mk/bsd.README:1.348 src/share/mk/bsd.README:1.349
--- src/share/mk/bsd.README:1.348 Sat Nov 21 23:59:15 2015
+++ src/share/mk/bsd.README Mon Feb 1 10:00:43 2016
@@ -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 @@ MKCTF If "no", do not build and install
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 @@ MKPIE If "no", create regular executabl
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