Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/conf Compile NetBSD/userland without CTF f...



details:   https://anonhg.NetBSD.org/src/rev/9f5fc99efb30
branches:  trunk
changeset: 323125:9f5fc99efb30
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Fri Jun 01 07:22:33 2018 +0000

description:
Compile NetBSD/userland without CTF for the linker doesn't allow for a single
file compiled without CTF

diffstat:

 sys/arch/usermode/conf/Makefile.usermode |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r a86db68a4b21 -r 9f5fc99efb30 sys/arch/usermode/conf/Makefile.usermode
--- a/sys/arch/usermode/conf/Makefile.usermode  Fri Jun 01 07:19:50 2018 +0000
+++ b/sys/arch/usermode/conf/Makefile.usermode  Fri Jun 01 07:22:33 2018 +0000
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile.usermode,v 1.41 2018/01/13 16:20:33 reinoud Exp $
+# $NetBSD: Makefile.usermode,v 1.42 2018/06/01 07:22:33 reinoud Exp $
 
+MKCTF?=                                no
 USETOOLS?=                     no
 NEED_OWN_INSTALL_TARGET?=      no
 .include <bsd.own.mk>



Home | Main Index | Thread Index | Old Index