@@ -185,10 +185,6 @@ all::
185185# is a simplified version of the merge sort used in glibc. This is
186186# recommended if Git triggers O(n^2) behavior in your platform's qsort().
187187#
188- # Define NO_EXTERNAL_GREP if you don't want "git grep" to ever call
189- # your external grep (e.g., if your system lacks grep, if its grep is
190- # broken, or spawning external process is slower than built-in grep git has).
191- #
192188# Define UNRELIABLE_FSTAT if your system's fstat does not return the same
193189# information on a not yet closed file that lstat would return for the same
194190# file after it was closed.
@@ -777,7 +773,6 @@ ifeq ($(uname_S),SunOS)
777773 NO_MKDTEMP = YesPlease
778774 NO_MKSTEMPS = YesPlease
779775 NO_REGEX = YesPlease
780- NO_EXTERNAL_GREP = YesPlease
781776 THREADED_DELTA_SEARCH = YesPlease
782777 ifeq ($(uname_R),5.7)
783778 NEEDS_RESOLV = YesPlease
@@ -895,7 +890,6 @@ ifeq ($(uname_S),IRIX)
895890 # NO_MMAP. If you suspect that your compiler is not affected by this
896891 # issue, comment out the NO_MMAP statement.
897892 NO_MMAP = YesPlease
898- NO_EXTERNAL_GREP = UnfortunatelyYes
899893 SNPRINTF_RETURNS_BOGUS = YesPlease
900894 SHELL_PATH = /usr/gnu/bin/bash
901895 NEEDS_LIBGEN = YesPlease
@@ -915,7 +909,6 @@ ifeq ($(uname_S),IRIX64)
915909 # NO_MMAP. If you suspect that your compiler is not affected by this
916910 # issue, comment out the NO_MMAP statement.
917911 NO_MMAP = YesPlease
918- NO_EXTERNAL_GREP = UnfortunatelyYes
919912 SNPRINTF_RETURNS_BOGUS = YesPlease
920913 SHELL_PATH=/usr/gnu/bin/bash
921914 NEEDS_LIBGEN = YesPlease
@@ -1322,9 +1315,6 @@ endif
13221315ifdef DIR_HAS_BSD_GROUP_SEMANTICS
13231316 COMPAT_CFLAGS += -DDIR_HAS_BSD_GROUP_SEMANTICS
13241317endif
1325- ifdef NO_EXTERNAL_GREP
1326- BASIC_CFLAGS += -DNO_EXTERNAL_GREP
1327- endif
13281318ifdef UNRELIABLE_FSTAT
13291319 BASIC_CFLAGS += -DUNRELIABLE_FSTAT
13301320endif
0 commit comments