svn commit: r303121 - stable/10/release

Glen Barber gjb at FreeBSD.org
Thu Jul 21 00:52:54 UTC 2016


Author: gjb
Date: Thu Jul 21 00:52:53 2016
New Revision: 303121
URL: https://svnweb.freebsd.org/changeset/base/303121

Log:
  MFC r303003:
  
   Make sure we clean up the rdoc and reldoc directories if NODOC
   is not set.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/release/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/release/Makefile
==============================================================================
--- stable/10/release/Makefile	Wed Jul 20 22:51:33 2016	(r303120)
+++ stable/10/release/Makefile	Thu Jul 21 00:52:53 2016	(r303121)
@@ -137,6 +137,9 @@ CLEANFILES+=	${I}.xz
 CLEANFILES+=	pkg-stage
 .endif
 CLEANDIRS=	dist ftp disc1 bootonly dvd
+.if !defined(NODOC)
+CLEANDIRS+=    reldoc rdoc
+.endif
 beforeclean:
 	chflags -R noschg .
 .include <bsd.obj.mk>


More information about the svn-src-stable mailing list