Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Mar 2015 19:33:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198324] Mk/bsd.port.mk: speed up "make clean"
Message-ID:  <bug-198324-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198324

            Bug ID: 198324
           Summary: Mk/bsd.port.mk: speed up "make clean"
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: mi@FreeBSD.org
                CC: portmgr@FreeBSD.org
 Attachment #153853 maintainer-approval?
             Flags:

Created attachment 153853
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153853&action=edit
Speed up "make clean"

Currently "make clean" first visits each of the port's dependencies twice --
first to build their list of dependencies and then to perform the actual
removal of WRKDIR of each one.

The proposed change will remove the second visit -- passing the list of
collected WRKDIRs directly to rm(1) (by way of xargs, just in case the list
might become too long some day).

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198324-13>