grep: Delete redundant headers
authorJohn Marino <draco@marino.st>
Thu, 28 Apr 2011 05:54:40 +0000 (07:54 +0200)
committerJohn Marino <draco@marino.st>
Thu, 28 Apr 2011 06:37:01 +0000 (08:37 +0200)
commit3bef29b863eb38b81876ec6eb3fbf9503be620ed
tree9890b7025e53f8b60bbea0920ae5d42e93906d23
parentedd6da8ea9f63513b10717e58d62465bc8ed69af
grep: Delete redundant headers

It was believed that all the headers deleted in this commit were generated
by the vendor makefile.  The commit message
<http://leaf.dragonflybsd.org/mailarchive/commits/2011-04/msg00216.html>
highlighted that they were actually part of the source tarball.  The
various makefiles have been altered to look for those instead, and
duplicate headers such as config.h, configmake.h, and arg-nonnull.h were
consolidated as well.
30 files changed:
gnu/usr.bin/grep/egrep/Makefile
gnu/usr.bin/grep/fgrep/Makefile
gnu/usr.bin/grep/grep/Makefile
gnu/usr.bin/grep/libgrep/Makefile
gnu/usr.bin/grep/libgrep/arg-nonnull.h [deleted file]
gnu/usr.bin/grep/libgrep/argmatch.h [deleted file]
gnu/usr.bin/grep/libgrep/binary-io.h [deleted file]
gnu/usr.bin/grep/libgrep/c-ctype.h [deleted file]
gnu/usr.bin/grep/libgrep/closeout.h [deleted file]
gnu/usr.bin/grep/libgrep/config.h [deleted file]
gnu/usr.bin/grep/libgrep/configmake.h [deleted file]
gnu/usr.bin/grep/libgrep/dirname.h [deleted file]
gnu/usr.bin/grep/libgrep/error.h [deleted file]
gnu/usr.bin/grep/libgrep/exclude.h [deleted file]
gnu/usr.bin/grep/libgrep/exitfail.h [deleted file]
gnu/usr.bin/grep/libgrep/gettext.h [deleted file]
gnu/usr.bin/grep/libgrep/hard-locale.h [deleted file]
gnu/usr.bin/grep/libgrep/intprops.h [deleted file]
gnu/usr.bin/grep/libgrep/isdir.h [deleted file]
gnu/usr.bin/grep/libgrep/minmax.h [deleted file]
gnu/usr.bin/grep/libgrep/obstack.h [deleted file]
gnu/usr.bin/grep/libgrep/progname.h [deleted file]
gnu/usr.bin/grep/libgrep/propername.h [deleted file]
gnu/usr.bin/grep/libgrep/regex.h [deleted file]
gnu/usr.bin/grep/libgrep/savedir.h [deleted file]
gnu/usr.bin/grep/libgrep/unlocked-io.h [deleted file]
gnu/usr.bin/grep/libgrep/verify.h [deleted file]
gnu/usr.bin/grep/libgrep/version-etc.h [deleted file]
gnu/usr.bin/grep/libgrep/xalloc.h [deleted file]
gnu/usr.bin/grep/libgrep/xstrtol.h [deleted file]