svn commit: r359522 - head/include

Ed Maste emaste at FreeBSD.org
Wed Apr 1 16:46:07 UTC 2020


Author: emaste
Date: Wed Apr  1 16:38:45 2020
New Revision: 359522
URL: https://svnweb.freebsd.org/changeset/base/359522

Log:
  Remove redundant development tag from include Makefile
  
  Headers are placed in the -development package via install args in rules
  in share/mk/bsd.incs.mk; there is no need to explicitly modify TAGS in
  include/Makefile.  (Mentioned in review D24139.)
  
  Discussed with:	manu

Modified:
  head/include/Makefile

Modified: head/include/Makefile
==============================================================================
--- head/include/Makefile	Wed Apr  1 16:22:31 2020	(r359521)
+++ head/include/Makefile	Wed Apr  1 16:38:45 2020	(r359522)
@@ -6,7 +6,6 @@
 .include <src.opts.mk>
 
 PACKAGE=runtime
-TAGS+=	development
 CLEANFILES= osreldate.h version
 SUBDIR= arpa protocols rpcsvc rpc xlocale
 SUBDIR_PARALLEL=


More information about the svn-src-head mailing list