From owner-cvs-all Fri Jun 14 2:13:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id E6CC337B41B; Fri, 14 Jun 2002 02:13:31 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id TAA09470; Fri, 14 Jun 2002 19:13:30 +1000 Date: Fri, 14 Jun 2002 19:18:01 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Greg Lehey Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/usr.bin/calendar Makefile In-Reply-To: <200206132122.g5DLM0x90794@freefall.freebsd.org> Message-ID: <20020614191040.H2820-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 13 Jun 2002, Greg Lehey wrote: > grog 2002/06/13 14:22:00 PDT > > Modified files: > usr.bin/calendar Makefile > Log: > beforeinstall target: > > - Remove superfluous ; > - create destination directories if they don't exist. It is a style bug at best to create destination directories directly, especially using mkdir -p instead of install -d to ensure having little control over the directories' attributes. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message