DragonFly BSD
DragonFly bugs List (threaded) for 2004-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: buildworld cleanup bug?


From: David Rhodus <drhodus@xxxxxxxxxxx>
Date: Tue, 13 Jul 2004 08:25:51 +0000

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]