From owner-cvs-all@FreeBSD.ORG Tue Jul 8 13:38:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7482A37B401; Tue, 8 Jul 2003 13:38:51 -0700 (PDT) Received: from horsey.gshapiro.net (horsey.gshapiro.net [64.105.95.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEFFF43FAF; Tue, 8 Jul 2003 13:38:50 -0700 (PDT) (envelope-from gshapiro@gshapiro.net) Received: from horsey.gshapiro.net (localhost [127.0.0.1]) h68Kcopa038801 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 Jul 2003 13:38:50 -0700 (PDT) Received: (from gshapiro@localhost)h68KcoJB038800; Tue, 8 Jul 2003 13:38:50 -0700 (PDT) Date: Tue, 8 Jul 2003 13:38:50 -0700 From: Gregory Neil Shapiro To: Peter Wemm Message-ID: <20030708203850.GJ49194@horsey.gshapiro.net> References: <200307061851.h66IpAv5097666@repoman.freebsd.org> <20030708201429.4F9862A8B2@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030708201429.4F9862A8B2@canning.wemm.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/sendmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 20:38:51 -0000 > 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.