Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2013 16:50:28 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r245257 - projects/mtree/share/zoneinfo
Message-ID:  <201301101650.r0AGoSYr060399@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Thu Jan 10 16:50:27 2013
New Revision: 245257
URL: http://svnweb.freebsd.org/changeset/base/245257

Log:
  Spell PHONY correctly.[0]
  Add builddir to CLEANDIRS to it's cleaned up properly.
  
  Submitted by:	jilles [0]

Modified:
  projects/mtree/share/zoneinfo/Makefile

Modified: projects/mtree/share/zoneinfo/Makefile
==============================================================================
--- projects/mtree/share/zoneinfo/Makefile	Thu Jan 10 14:08:19 2013	(r245256)
+++ projects/mtree/share/zoneinfo/Makefile	Thu Jan 10 16:50:27 2013	(r245257)
@@ -29,6 +29,7 @@
 #
 
 CLEANFILES+=	yearistype
+CLEANDIRS+=	builddir
 CONTRIBDIR=	${.CURDIR}/../../contrib/tzdata/
 .PATH:		${CONTRIBDIR}
 
@@ -68,7 +69,7 @@ TZBUILDSUBDIRS=	\
 
 all: zoneinfo
 
-.PHONEY: zoneinfo
+.PHONY: zoneinfo
 zoneinfo: yearistype ${TDATA}
 	mkdir -p ${TZBUILDDIR}
 	cd ${TZBUILDDIR}; mkdir -p ${TZBUILDSUBDIRS}



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