#292 closed enhancement (fixed)
portall port_traverse dives into unnecessary directories
Reported by: | jpm@… | Owned by: | kvv@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | base | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
same problem descrption as: <http://opendarwin.org/bugzilla/show_bug.cgi?id=290>
port_traverse currently dives into any and all directories other than "." and "..". this is an issue after building several ports since the port work directories can be extremely large and heavily populated. portindex then takes significantly longer to scour these directories.
the attached diff adds the directories named "CVS", "files" and "work" to the list of directories to not dive into.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
diff adds directory heuristics