Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2003 13:38:50 -0700
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.org>
To:        Peter Wemm <peter@wemm.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/etc/sendmail Makefile
Message-ID:  <20030708203850.GJ49194@horsey.gshapiro.net>
In-Reply-To: <20030708201429.4F9862A8B2@canning.wemm.org>
References:  <200307061851.h66IpAv5097666@repoman.freebsd.org> <20030708201429.4F9862A8B2@canning.wemm.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> How is this supposed to work now?
> 
> peter@beast[1:13pm]/usr/src/etc/sendmail-15# make SENDMAIL_CF=freefall.cf install
> install -o root -g wheel -m 644  freefall.cf /etc/mail/sendmail.cf
> install: freefall.cf: No such file or directory
> *** Error code 71

SENDMAIL_CF has been deprecated for a few releases (perhaps I should
remove it).  However, if it is used, it should be with a fully qualified
path.  I suppose a hack can be added to check if SENDMAIL_CF has a
leading '/' and if not to make it relative to .OBJDIR.

However, if you are willing, consider switching to SENDMAIL_MC and using:

make SENDMAIL_MC=freefall.mc [action]

Let me know if you think the .OBJDIR hack should be put in place.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030708203850.GJ49194>