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

Re: Sudo patch 039 on 2.7



On Fri, Feb 23, 2001 at 11:26:03AM +0000, Fergus Wilde wrote:
> what I've done wrong? I took it that the reference to 21_sudo.patch in the 
> patch itself is just a typo, was this right?
> done
> bash-2.04# cd usr.bin/sudo
> bash-2.04# make obj
> `obj' is up to date.
> bash-2.04# make depend
> make: don't know how to make depend. Stop

	I pointed this out yesterday on the list, the proper commands
(which have been revised in the patch instructions (for 2.8, I can
confirm)) are:
 
# make -f Makefile.bsd-wrapper obj
# make -f Makefile.bsd-wrapper depend
# make -f Makefile.bsd-wrapper
# make -f Makefile.bsd-wrapper install

--