The "leave" command of FreeBSD

jd1008 jd1008 at gmail.com
Fri May 22 03:41:19 UTC 2015



On 05/21/2015 09:15 PM, Matthew Miller wrote:
> On Thu, May 21, 2015 at 08:00:04PM -0600, jd1008 wrote:
>> Found older orig sources at
>> https://svnweb.freebsd.org/base/head/usr.bin/leave/
>> but the link you sent ha smore recent revs.
>> I googled for a tool that converts bsd make files to gnu.
>> So far, no real hit :(
> Try the patch from the debian package -
> https://packages.debian.org/squeeze/utils/leave
OK,
I downloaded the files.
I did this:
$ tar zxpf leave_1.12.orig.tar.gz
$ cd leave-1.12
$ patch < ../*diff
patching file rules
patching file control
patching file changelog~
patching file changelog
patching file copyright
patching file leave.c
{1148-jd at localhost}$ ls
changelog  changelog~  control  copyright  leave.1  leave.c Makefile  rules
{1149-jd at localhost}$ make
Makefile:6: *** missing separator.  Stop.
{1150-jd at localhost}$ make -I.
Makefile:6: *** missing separator.  Stop.

$ make -I.
Makefile:6: *** missing separator.  Stop.

So,  I still need a converter :) :)



More information about the users mailing list