Author: ngie
Date: Sun May 15 03:53:06 2016
New Revision: 299836
URL: https://svnweb.freebsd.org/changeset/base/299836

Log:
  MFC r298864:
  
  Allow FILESGROUPS to be specified more than once by pruning out duplicates

Modified:
  stable/10/share/mk/bsd.files.mk
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/mk/bsd.files.mk
==============================================================================
--- stable/10/share/mk/bsd.files.mk     Sun May 15 03:45:58 2016        
(r299835)
+++ stable/10/share/mk/bsd.files.mk     Sun May 15 03:53:06 2016        
(r299836)
@@ -9,7 +9,7 @@ __<bsd.files.mk>__:
 
 FILESGROUPS?=  FILES
 
-_FILESGROUPS=  ${FILESGROUPS:C,[/*],_,g}
+_FILESGROUPS=  ${FILESGROUPS:C,[/*],_,g:u}
 
 .for group in ${_FILESGROUPS}
 buildfiles: ${${group}}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"

Reply via email to