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

Re: make clean fails for named


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Sat, 26 Jun 2004 08:57:19 -0700 (PDT)

:Hi all,
:
:make clean fails in /usr/src/usr.sbin/named:
:
:unack# make clean
:rm -f  named aclconf.o client.o config.o control.o controlconf.o 
:interfacemgr.o listenlist.o log.o logconf.o main.o notify.o query.o 
:server.o sortlist.o tkeyconf.o tsigconf.o update.o xfrout.o zoneconf.o 
:lwaddr.o lwresd.o lwdclient.o lwderror.o lwdgabn.o lwdgnba.o lwdgrbn.o 
:lwdnoop.o lwsearch.o os.o named.8.gz nsupdate.8.gz named.8.cat.gz 
:nsupdate.8.cat.gz
:rm: named: is a directory
:*** Error code 1
:
:Stop in /usr/src/usr.sbin/named.
:
:-- 
:http://yoyodyne.ath.cx
 
    Ah.  That's because there is a subdirectory called 'named' and also
    a program called 'named'.  The build works because the object tree
    only contains the program while the source tree only contains the
    subdirectory (it's an includes subdirectory).

    I will reorganize those into an inclulde/ subdirectory and that should
    get rid of the conflict.

					-Matt
					Matthew Dillon 
					<dillon@xxxxxxxxxxxxx>



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