From owner-freebsd-stable Thu Nov 8 17:44: 3 2001 Delivered-To: freebsd-stable@freebsd.org Received: from zircon.seattle.wa.us (sense-sea-CovadSub-0-228.oz.net [216.39.147.228]) by hub.freebsd.org (Postfix) with SMTP id F09DF37B432 for ; Thu, 8 Nov 2001 17:43:54 -0800 (PST) Received: (qmail 80379 invoked by uid 1001); 9 Nov 2001 01:44:04 -0000 From: Joe Kelsey MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15339.13540.99229.939974@zircon.zircon.seattle.wa.us> Date: Thu, 8 Nov 2001 17:44:04 -0800 To: freebsd-stable@freebsd.org Subject: conf/31863: buildworld fails X-Mailer: VM 6.96 under Emacs 21.1.1 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just reported pr conf/31863. I have NO_SENDMAIL send in make.conf and I also have a cvsup rule to reject *sendmail* to try to prevent anything sendmail-related from ever polluting my system. The new /usr/src/share/doc/smm includes a chapter on sendmail that is not conditional on NO_SENDMAIL in the Makefile. Because the directory 08.sendmailop does not exist, the build fails! The fix is simple: remove 08.sendmailop from the SUBDIR list in the Makefile and put an optional section conditional on NO_SENDMAIL: .ifndef NO_SENDMAIL SUBDIR+= 08.sendmailop .endif /Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message