Author: gjb
Date: Tue Jun 10 15:19:28 2014
New Revision: 267326
URL: http://svnweb.freebsd.org/changeset/base/267326

Log:
  Add empty pkg-stage file to CLEANFILES if WITH_DVD=1.
  
  MFC after:    3 days
  Sponsored by: The FreeBSD Foundation

Modified:
  head/release/Makefile

Modified: head/release/Makefile
==============================================================================
--- head/release/Makefile       Tue Jun 10 13:57:15 2014        (r267325)
+++ head/release/Makefile       Tue Jun 10 15:19:28 2014        (r267326)
@@ -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-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to