svn commit: r307656 - head/gnu/lib

Ed Maste emaste at FreeBSD.org
Wed Oct 19 20:56:22 UTC 2016


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


More information about the svn-src-all mailing list