svn commit: r245257 - projects/mtree/share/zoneinfo
Brooks Davis
brooks at FreeBSD.org
Thu Jan 10 16:50:28 UTC 2013
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}
More information about the svn-src-projects
mailing list