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 .
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to