git: grep: Delete redundant headers

John Marino marino at crater.dragonflybsd.org
Wed Apr 27 23:39:26 PDT 2011


commit 3bef29b863eb38b81876ec6eb3fbf9503be620ed
Author: John Marino <draco at marino.st>
Date:   Thu Apr 28 07:54:40 2011 +0200

    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.

Summary of changes:
 gnu/usr.bin/grep/egrep/Makefile        |    2 +-
 gnu/usr.bin/grep/fgrep/Makefile        |    2 +-
 gnu/usr.bin/grep/grep/Makefile         |    2 +-
 gnu/usr.bin/grep/libgrep/Makefile      |    1 +
 gnu/usr.bin/grep/libgrep/arg-nonnull.h |   10 -
 gnu/usr.bin/grep/libgrep/argmatch.h    |  102 ---
 gnu/usr.bin/grep/libgrep/binary-io.h   |   66 --
 gnu/usr.bin/grep/libgrep/c-ctype.h     |  297 -------
 gnu/usr.bin/grep/libgrep/closeout.h    |   36 -
 gnu/usr.bin/grep/libgrep/config.h      | 1454 --------------------------------
 gnu/usr.bin/grep/libgrep/configmake.h  |   26 -
 gnu/usr.bin/grep/libgrep/dirname.h     |   74 --
 gnu/usr.bin/grep/libgrep/error.h       |   65 --
 gnu/usr.bin/grep/libgrep/exclude.h     |   52 --
 gnu/usr.bin/grep/libgrep/exitfail.h    |   18 -
 gnu/usr.bin/grep/libgrep/gettext.h     |  282 ------
 gnu/usr.bin/grep/libgrep/hard-locale.h |   25 -
 gnu/usr.bin/grep/libgrep/intprops.h    |   83 --
 gnu/usr.bin/grep/libgrep/isdir.h       |    1 -
 gnu/usr.bin/grep/libgrep/minmax.h      |   63 --
 gnu/usr.bin/grep/libgrep/obstack.h     |  512 -----------
 gnu/usr.bin/grep/libgrep/progname.h    |   62 --
 gnu/usr.bin/grep/libgrep/propername.h  |  106 ---
 gnu/usr.bin/grep/libgrep/regex.h       |  678 ---------------
 gnu/usr.bin/grep/libgrep/savedir.h     |   11 -
 gnu/usr.bin/grep/libgrep/unlocked-io.h |  136 ---
 gnu/usr.bin/grep/libgrep/verify.h      |  163 ----
 gnu/usr.bin/grep/libgrep/version-etc.h |   78 --
 gnu/usr.bin/grep/libgrep/xalloc.h      |  281 ------
 gnu/usr.bin/grep/libgrep/xstrtol.h     |   83 --
 30 files changed, 4 insertions(+), 4767 deletions(-)
 delete mode 100644 gnu/usr.bin/grep/libgrep/arg-nonnull.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/argmatch.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/binary-io.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/c-ctype.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/closeout.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/config.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/configmake.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/dirname.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/error.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/exclude.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/exitfail.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/gettext.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/hard-locale.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/intprops.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/isdir.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/minmax.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/obstack.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/progname.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/propername.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/regex.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/savedir.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/unlocked-io.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/verify.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/version-etc.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/xalloc.h
 delete mode 100644 gnu/usr.bin/grep/libgrep/xstrtol.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3bef29b863eb38b81876ec6eb3fbf9503be620ed


-- 
DragonFly BSD source repository





More information about the Commits mailing list