From owner-cvs-all Sun Aug 27 19:58:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05AC737B423; Sun, 27 Aug 2000 19:58:21 -0700 (PDT) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA02197; Sun, 27 Aug 2000 19:58:20 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200008280258.TAA02197@freefall.freebsd.org> From: Paul Saab Date: Sun, 27 Aug 2000 19:58:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.info.mk X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/08/27 19:58:20 PDT Modified files: (Branch: RELENG_4) share/mk bsd.info.mk Log: MFC: rev 1.58 Don't create a garbage file named "install" for the NOINFO case when there happens to be a source file named install.sh. The null rule for "install" in the NOINFO case must not be completely null, since then it may be overridden by the implicit .sh rule. Revision Changes Path 1.57.2.1 +7 -2 src/share/mk/bsd.info.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message