make clean fails for named
Matthew Dillon
dillon at apollo.backplane.com
Sat Jun 26 08:58:03 PDT 2004
: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 at xxxxxxxxxxxxx>
More information about the Bugs
mailing list