[ldns-users] distclean

Paul Wouters paul at xelerance.com
Thu Oct 6 17:18:25 UTC 2005


On Thu, 6 Oct 2005, Paul Wouters wrote:

> On Thu, 6 Oct 2005, Miek Gieben wrote:
>
> (cd drill ; make -f Makefile distclean)
> make[1]: Entering directory `/usr/src/redhat/SOURCES/ldns-1.0.0/drill'
> make[1]: Makefile: No such file or directory
> make[1]: *** No rule to make target `Makefile'.  Stop.
> make[1]: Leaving directory `/usr/src/redhat/SOURCES/ldns-1.0.0/drill'
> make: *** [distclean] Error 2
>
> the dirll make distclean target needs fixing :)

As a result of that, we probably have this:

+ libtoolize
libtoolize: `config.guess' exists: use `--force' to overwrite
libtoolize: `config.sub' exists: use `--force' to overwrite

perhaps:

-(cd drill ; $(MAKE) -f Makefile distclean)
+(cd drill; if [ -f Makefile ] ; then $(MAKE) -f Makefile distclean) ; fi;

Paul
-- 

"Happiness is never grand"

 	--- Mustapha Mond, World Controller (Brave New World)



More information about the ldns-users mailing list