svn commit: r237531 - head/lib/libelf

Andrew Turner andrew at FreeBSD.org
Sun Jun 24 09:19:25 UTC 2012


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


More information about the svn-src-all mailing list