svn commit: r308687 - head/libexec/rtld-elf

Konstantin Belousov kib at FreeBSD.org
Tue Nov 15 09:37:36 UTC 2016


Author: kib
Date: Tue Nov 15 09:37:35 2016
New Revision: 308687
URL: https://svnweb.freebsd.org/changeset/base/308687

Log:
  Update hint to utilize user variable.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	1 week

Modified:
  head/libexec/rtld-elf/Makefile

Modified: head/libexec/rtld-elf/Makefile
==============================================================================
--- head/libexec/rtld-elf/Makefile	Tue Nov 15 09:20:28 2016	(r308686)
+++ head/libexec/rtld-elf/Makefile	Tue Nov 15 09:37:35 2016	(r308687)
@@ -2,7 +2,7 @@
 
 # Use the following command to build local debug version of dynamic
 # linker:
-# make DEBUG_FLAGS=-g DEBUG=-DDEBUG MK_TESTS=no all
+# make DEBUG_FLAGS=-g DEBUG=-DDEBUG WITHOUT_TESTS=yes all
 
 .include <src.opts.mk>
 PACKAGE=	clibs


More information about the svn-src-head mailing list