cvs commit: src/etc/sendmail Makefile
Gregory Neil Shapiro
gshapiro at FreeBSD.org
Tue Jul 8 13:38:51 PDT 2003
> How is this supposed to work now?
>
> peter at 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.
More information about the cvs-src
mailing list