Re: [exim] Exim 4.8 build issue

Top Page
Delete this message
Reply to this message
Author: Todd Lyons
Date:  
To: exim-users, George R. Kasica, gkasica, Jeremy Harris
Subject: Re: [exim] Exim 4.8 build issue
On Mon, Jun 4, 2012 at 7:39 PM, Phil Pennock <exim-users@???> wrote:

> You need to remove the build directory, and/or "make makefile" after
> making changes to how Exim is built.


George, you can do 'make distclean' which does 'rm -rf build*'. The
'make makefile' won't fix every compile-oriented problem, but it fixes
most things that don't involve compile/link cli args. The 'make
distclean' wipes the build directory (the staging ground for the build
process) and starts the whole build process with a blank slate.

...Todd

--
Always code as if the guy who ends up maintaining your code will be a
violent psychopath who knows where you live. -- Martin Golding