svn commit: r270668 - head/gnu/usr.bin/grep

Glen Barber gjb at FreeBSD.org
Tue Aug 26 19:36:35 UTC 2014


Author: gjb
Date: Tue Aug 26 19:36:34 2014
New Revision: 270668
URL: http://svnweb.freebsd.org/changeset/base/270668

Log:
  Add gnugrep.1 to CLEANFILES.
  
  MFC after:	3 days
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/gnu/usr.bin/grep/Makefile

Modified: head/gnu/usr.bin/grep/Makefile
==============================================================================
--- head/gnu/usr.bin/grep/Makefile	Tue Aug 26 17:48:05 2014	(r270667)
+++ head/gnu/usr.bin/grep/Makefile	Tue Aug 26 19:36:34 2014	(r270668)
@@ -12,6 +12,7 @@ PROG=	gnugrep
 SRCS=	closeout.c dfa.c error.c exclude.c grep.c grepmat.c hard-locale.c \
 	isdir.c kwset.c obstack.c quotearg.c savedir.c search.c xmalloc.c \
 	xstrtoumax.c
+CLEANFILES+=	gnugrep.1
 
 CFLAGS+=-I${.CURDIR} -I${DESTDIR}/usr/include/gnu -DHAVE_CONFIG_H
 


More information about the svn-src-head mailing list