Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 17 May 2013 14:47:23 +0200
From: magnum <john.magnum@...hmail.com>
To: john-users@...ts.openwall.com
Subject: Re: Make issues with make clean macosx-x86-64-native

On 17 May, 2013, at 0:52 , Kyle Gray <nox@....com> wrote:
> I just downloaded the latest bleeding jumbo and I'm getting an error when attempting to make clean macosx-x86-64-native.

On a side note, you can build much quicker using "-j <threads>". It does not work well with "clean" though, so you need to separate it like this:

     make -s clean && make -sj8 macosx-x86-64-native

magnum

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.