Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2002 19:18:01 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Greg Lehey <grog@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/usr.bin/calendar Makefile
Message-ID:  <20020614191040.H2820-100000@gamplex.bde.org>
In-Reply-To: <200206132122.g5DLM0x90794@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020614191040.H2820-100000>