svn commit: r267417 - stable/10/release

Glen Barber gjb at FreeBSD.org
Thu Jun 12 17:13:36 UTC 2014


Author: gjb
Date: Thu Jun 12 17:13:35 2014
New Revision: 267417
URL: http://svnweb.freebsd.org/changeset/base/267417

Log:
  MFC r267326, r267327:
  
  r267326:
    Add empty pkg-stage file to CLEANFILES if WITH_DVD=1.
  
  r267327:
    Fix indentation level.
  
  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	Thu Jun 12 17:12:58 2014	(r267416)
+++ stable/10/release/Makefile	Thu Jun 12 17:13:35 2014	(r267417)
@@ -100,6 +100,9 @@ CLEANFILES=	packagesystem *.txz MANIFEST
 CLEANFILES+=	${I}.xz
 . endfor
 .endif
+.if defined(WITH_DVD) && !empty(WITH_DVD)
+CLEANFILES+=	pkg-stage
+.endif
 CLEANDIRS=	dist ftp release bootonly dvd
 beforeclean:
 	chflags -R noschg .


More information about the svn-src-all mailing list