buildworld cleanup bug?

David Rhodus drhodus at machdep.com
Tue Jul 13 05:24:01 PDT 2004


Scott N wrote:
For a while now in DFBSD I have noticed a tiny little bug (more of an 
annoyance) with regards to cleaning up after a buildworld, etc. I don't 
think cleanup finishes because of the error.

I just actually did a fresh install of REL-1.0 today from CD and it 
still continues to be there. But when I am all done and issue the 
command: 

#make cleandir

from within /usr/src I get a stoppage after a short while. 

The stop says the following when it gets to the named section:

---
rm:named: is a directory
***Error Code 1
Stop in /usr/src/usr.sbin/named.
***Error Code 1
Stop in /usr/src/usr.sbin/named.
***Error Code 1
Stop in /usr/src/usr.sbin.
***Error Code 1
Stop in /usr/src
---


That is an empty directory and should not be there. You need to use the 
-Pd option to remove empty directories. ex cvs -d /home/dcvs update -Pd src

-DR





More information about the Bugs mailing list