Author: emaste
Date: Wed Oct 19 20:56:21 2016
New Revision: 307656
URL: https://svnweb.freebsd.org/changeset/base/307656

Log:
  Put each SUBDIR on a separate line for ease of maintenance
  
  Additional patches to this file are in progress, and having each SUBDIR
  entry on a separate line makes it easier to change the order in which
  the patches are reviewed, tested, and applied.

Modified:
  head/gnu/lib/Makefile

Modified: head/gnu/lib/Makefile
==============================================================================
--- head/gnu/lib/Makefile       Wed Oct 19 19:57:36 2016        (r307655)
+++ head/gnu/lib/Makefile       Wed Oct 19 20:56:21 2016        (r307656)
@@ -2,7 +2,9 @@
 
 .include <src.opts.mk>
 
-SUBDIR= csu libgcc libregex
+SUBDIR=                        csu
+SUBDIR+=               libgcc
+SUBDIR+=               libregex
 
 SUBDIR.${MK_DIALOG}+=  libdialog
 SUBDIR.${MK_GCC}+=     libgcov libgomp
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to