atom feed6 messages in net.sourceforge.lists.courier-users[courier-users] Re: Courier 20041030
FromSent OnAttachments
Sam VarshavchikOct 30, 2004 6:48 pm 
Jerry AmundsonOct 31, 2004 6:33 am 
Jaroslaw Jan PysznyOct 31, 2004 6:37 am 
Lloyd ZusmanNov 1, 2004 2:17 am 
Sam VarshavchikNov 1, 2004 4:11 am 
Lloyd ZusmanNov 1, 2004 6:38 am 
Subject:[courier-users] Re: Courier 20041030
From:Lloyd Zusman (lj@asfast.com)
Date:Nov 1, 2004 6:38:33 am
List:net.sourceforge.lists.courier-users

Sam Varshavchik Wrote:

Use gmake instead of make, as you're supposed to do on BSD. From INSTALL:

[ ... etc. ... ]

Yeah, I always normally use gmake ... but this time, due to an unrelated error, my local PATH got set incorrectly when I logged into the "courier" account on my system. This caused a script that usually comes first in that PATH to be incorrectly ignored:

script file: ~/bin/make contents:

#!/bin/sh exec /usr/local/bin/gmake "$@" exit 1

Fixing the unrelated problem so that my local PATH is set correctly (thereby causing this script to once again be invoked whenever 'make' is requested when I'm logged in as "courier") solved the problem.

Thanks.