Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 17 Jun 2012 11:54:13 +0200
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-dev@...ts.openwall.com
Subject: Re: Add john.local.conf to release-Jumbo

On 06/17/2012 10:57 AM, magnum wrote:
> Just what part of Makefile would delete the file?

This one:

clean:
	$(RM) $(PROJ) $(PROJ_DOS) $(PROJ_WIN32) $(PROJ_WIN32_MINGW)

because the make target for the file ../run/john.local.conf is named
../run/john.local.conf instead of something else like john-local-config.

BTW, if you rename the make target, you should check whether the file
../run/john.local.conf exists and only ouch it if it doesn't.

Frank

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.