On 2019-11-07 20:04, Odhiambo Washington wrote: > If anything, I am entirely blank about what would cause the > replacement of in Makefile-FreeBSD or even how to preserve anything > from it in my env.
The main makefile which drives the build process "includes" both Local/Makefile and one of the system-specific makefiles, in your case Makefile-FreeBSD. Jeremy made me think in Makefile-FreeBSD there was a definition of CFLAGS which you had hidden with your own setting in Local/Makefile and that this was the cause of your trouble. But, looking at my own exim sources, Makefile-FreeBSD doesn't actually define either CC or CFLAGS, so I have to say my conjecture was wrong. Sorry. One suggestion - for now, get used to running make FULLECHO=''. Possibly create a shell alias. -- Please don't Cc: me privately on mailing lists and Usenet, if you also post the followup to the list or newsgroup. To reply privately _only_ on Usenet and on broken lists which rewrite From, fetch the TXT record for no-use.mooo.com. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
