Author: kib Date: Mon Sep 1 08:02:23 2014 New Revision: 270921 URL: http://svnweb.freebsd.org/changeset/base/270921
Log: MFC r270803: Document the whole settings needed to build a debug version of rtld. Modified: stable/10/libexec/rtld-elf/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/libexec/rtld-elf/Makefile ============================================================================== --- stable/10/libexec/rtld-elf/Makefile Mon Sep 1 07:58:15 2014 (r270920) +++ stable/10/libexec/rtld-elf/Makefile Mon Sep 1 08:02:23 2014 (r270921) @@ -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 <bsd.own.mk> MK_SSP= no _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"