Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Nov 2016 09:35:50 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r308963 - stable/11/libexec/rtld-elf
Message-ID:  <201611220935.uAM9Zo2k058518@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Tue Nov 22 09:35:50 2016
New Revision: 308963
URL: https://svnweb.freebsd.org/changeset/base/308963

Log:
  MFC r308687:
  Update hint to utilize user variable.

Modified:
  stable/11/libexec/rtld-elf/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/libexec/rtld-elf/Makefile
==============================================================================
--- stable/11/libexec/rtld-elf/Makefile	Tue Nov 22 09:31:03 2016	(r308962)
+++ stable/11/libexec/rtld-elf/Makefile	Tue Nov 22 09:35:50 2016	(r308963)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611220935.uAM9Zo2k058518>