Searched refs:TOO_LONG_LINES (Results 1 - 1 of 1) sorted by relevance

/openjdk10/make/common/
H A DProcessMarkdown.gmk57 TOO_LONG_LINES=`$$(GREP) -E -e '^.{80}.+$$$$' $$<` || true ; \
58 if [ "x$$$$TOO_LONG_LINES" != x ]; then \

Completed in 100 milliseconds