Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2001 10:36:18 +0300
From:      Valentin Nechayev <netch@iv.nn.kiev.ua>
To:        Willie Bollinger <willie@abs.net>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Problems with cvsup
Message-ID:  <20010530103618.A1471@iv.nn.kiev.ua>
In-Reply-To: <20010523093728.C55822@account.abs.net>; from willie@abs.net on Wed, May 23, 2001 at 09:37:28AM -0400
References:  <irdngtk68q97gioqnj75uaas6hl81rjrnf@4ax.com> <3B0BBADF.4C904C35@cvzoom.net> <20010523093526.B55822@account.abs.net> <20010523093728.C55822@account.abs.net>

next in thread | previous in thread | raw e-mail | index | archive | help
 Wed, May 23, 2001 at 09:37:28, willie (Willie Bollinger) wrote about "Re: Problems with cvsup": 

> > # whereis make
> > make: /usr/bin/make /usr/share/man/man1/make.1.gz /usr/src/usr.bin/make

`whereis' is not applicable to this case.
say `which -a make'.
And also you can recreate the BSD make quickly:

cd /usr/src/usr.bin/make
make -f Makefile.dist pmake
install -c pmake /usr/bin/make
find . -name '*.o' -delete
rm pmake


/netch

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010530103618.A1471>