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

Re: make build problems



Thanks Joe, I went through the steps listed below and everything worked
until the last line 'make build'. Make stopped again at:
make: don't know how to make cleandir. Stop.

However, a work around I was sent does work. It is as follows:
(echo set -e; make -n build) > make.sh
sh make.sh

Maybe this should go into the faq?

ryan

> cd /usr/src
> find . -type l -name obj | xargs rm
> make cleandir
> rm -rf /usr/obj/*
> make obj
> make build






Visit your host, monkey.org