Author: kib
Date: Fri Aug 29 10:44:58 2014
New Revision: 270803
URL: http://svnweb.freebsd.org/changeset/base/270803

Log:
  Document the whole settings needed to build a debug version of rtld.
  
  Sponsored by: The FreeBSD Foundation
  MFC after:    3 days

Modified:
  head/libexec/rtld-elf/Makefile

Modified: head/libexec/rtld-elf/Makefile
==============================================================================
--- head/libexec/rtld-elf/Makefile      Fri Aug 29 10:43:56 2014        
(r270802)
+++ head/libexec/rtld-elf/Makefile      Fri Aug 29 10:44:58 2014        
(r270803)
@@ -1,5 +1,9 @@
 # $FreeBSD$
 
+# Use the following command to build local debug version of dynamic
+# linker:
+# make DEBUG_FLAGS=-g DEBUG=-DDEBUG MK_TESTS=no all
+
 .include <src.opts.mk>
 MK_SSP=                no
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to