|
Message-ID: <c14c30f3c0dc97a5ea752f35c54224e8@smtp.hushmail.com> Date: Sun, 17 Jun 2012 16:45:28 +0200 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Re: Add john.local.conf to release-Jumbo On 2012-06-17 11:54, Frank Dittrich wrote: > 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. I know I tested that an existing file was not removed. Somehow I must have screwed that up royally. > BTW, if you rename the make target, you should check whether the file > ../run/john.local.conf exists and only touch it if it doesn't. Sure. The question is how to do this in a way that works with any (non GNU) version of make. That's why I hate makefiles. BTW right now we only support gmake anyway because of some ifdef...endif's. I believe Solar might eventually want these to be replaced but I have no idea how we'd do that. 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.