[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make build problems
- To: misc_(_at_)_openbsd_(_dot_)_org
- Subject: Re: make build problems
- From: biaatch <iii_(_at_)_binary_(_dot_)_net>
- Date: Sat, 18 Nov 2000 17:38:56 -0600
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