ongrep

A cleaned up fork of ngrep for OpenBSD
git clone git://git.sgregoratto.me/ongrep
Log | Files | Refs | README | LICENSE

commit f30b0f355bdb50d2d517addab2b1a5432ee2e05f
parent 81c0710a7e01bd2e5973d3f6a6103292118b5da3
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Wed, 15 Nov 2006 01:46:45 +0000

adjusted Makefile.in to properly clean itself up.  amended a comment
in the makefile itself that said it was explicitly trying to
accomplish it (but didn't).

Diffstat:
Mpcre-5.0/Makefile.in | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/pcre-5.0/Makefile.in b/pcre-5.0/Makefile.in @@ -269,10 +269,12 @@ install: all @ON_WINDOWS@ wininstall clean:; -rm -rf *.@OBJEXT@ *.lo *.a *.la .libs pcretest@EXEEXT@ pcregrep@EXEEXT@ testtry # But "make distclean" should get back to a virgin distribution +# 11/15/06 jpr5: yes, it should -- added in 3 files still left behind. distclean: clean -rm -f chartables.c libtool pcre-config pcre.h \ Makefile config.h config.status config.log config.cache + -rm -f RunTest dftables libpcre.pc check: runtest