svn commit: r267419 - stable/9/release

Glen Barber gjb at FreeBSD.org
Thu Jun 12 17:16:29 UTC 2014


Author: gjb
Date: Thu Jun 12 17:16:29 2014
New Revision: 267419
URL: http://svnweb.freebsd.org/changeset/base/267419

Log:
  MFC r267326, r267327:
  
  r267326:
    Add empty pkg-stage file to CLEANFILES if WITH_DVD=1.
  
  r267327:
    Fix indentation level.
  
  Approved by:	re (marius)
  Sponsored by:	The FreeBSD Foundation

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

Modified: stable/9/release/Makefile
==============================================================================
--- stable/9/release/Makefile	Thu Jun 12 17:15:56 2014	(r267418)
+++ stable/9/release/Makefile	Thu Jun 12 17:16:29 2014	(r267419)
@@ -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-stable mailing list