Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Oct 2016 20:56:21 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r307656 - head/gnu/lib
Message-ID:  <201610192056.u9JKuLjj039149@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610192056.u9JKuLjj039149>