From d796a39486bb3ece355ca934f7e4007363bfcf2d Mon Sep 17 00:00:00 2001 From: kib Date: Tue, 22 Nov 2016 09:47:22 +0000 Subject: [PATCH] MFC r308687: Update hint to utilize user variable. git-svn-id: svn://svn.freebsd.org/base/stable/10@308966 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- libexec/rtld-elf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index a6ab013c3..d3e5263c9 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -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 MK_SSP= no -- 2.42.0