Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jun 2012 09:19:24 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r237531 - head/lib/libelf
Message-ID:  <201206240919.q5O9JO7n000222@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andrew
Date: Sun Jun 24 09:19:24 2012
New Revision: 237531
URL: http://svn.freebsd.org/changeset/base/237531

Log:
  Add the sys directory we create to the list of items to clean.

Modified:
  head/lib/libelf/Makefile

Modified: head/lib/libelf/Makefile
==============================================================================
--- head/lib/libelf/Makefile	Sun Jun 24 09:12:49 2012	(r237530)
+++ head/lib/libelf/Makefile	Sun Jun 24 09:19:24 2012	(r237531)
@@ -65,6 +65,7 @@ SRCS+=	sys/elf32.h sys/elf64.h sys/elf_c
 
 GENSRCS=	libelf_fsize.c libelf_msize.c libelf_convert.c
 CLEANFILES=	${GENSRCS}
+CLEANDIRS=	sys
 CFLAGS+=	-I${.CURDIR} -I.
 
 sys/elf32.h sys/elf64.h sys/elf_common.h: sys



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