svn commit: r270777 - stable/9/gnu/usr.bin/grep

Glen Barber gjb at FreeBSD.org
Fri Aug 29 01:21:09 UTC 2014


Author: gjb
Date: Fri Aug 29 01:21:08 2014
New Revision: 270777
URL: http://svnweb.freebsd.org/changeset/base/270777

Log:
  MFC r270668:
    Add gnugrep.1 to CLEANFILES.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/9/gnu/usr.bin/grep/Makefile
Directory Properties:
  stable/9/gnu/usr.bin/   (props changed)

Modified: stable/9/gnu/usr.bin/grep/Makefile
==============================================================================
--- stable/9/gnu/usr.bin/grep/Makefile	Fri Aug 29 01:20:31 2014	(r270776)
+++ stable/9/gnu/usr.bin/grep/Makefile	Fri Aug 29 01:21:08 2014	(r270777)
@@ -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-all mailing list