ok, done.
as you can see I'm back to the same grep version with the same lack of -m parameter..
Code:
210# screen make buildworld
210# grep -V
grep (GNU grep) 2.4d
Copyright (C) 1988, 1992-1998, 1999 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
210# cd /usr/src/gnu/usr.bin/grep
210# make install
install -s -o root -g wheel -m 555 grep /usr/bin
install -o root -g wheel -m 444 grep.1.gz /usr/share/man/man1
/usr/share/man/man1/egrep.1.gz -> /usr/share/man/man1/grep.1.gz
/usr/share/man/man1/fgrep.1.gz -> /usr/share/man/man1/grep.1.gz
/usr/share/man/man1/zgrep.1.gz -> /usr/share/man/man1/grep.1.gz
/usr/share/man/man1/zegrep.1.gz -> /usr/share/man/man1/grep.1.gz
/usr/share/man/man1/zfgrep.1.gz -> /usr/share/man/man1/grep.1.gz
===> doc
install-info --quiet --defsection="System Utilities" --defentry= grep.info /usr/share/info/dir
install -o root -g wheel -m 444 grep.info.gz /usr/share/info
/usr/bin/egrep -> /usr/bin/grep
/usr/bin/fgrep -> /usr/bin/grep
/usr/bin/zgrep -> /usr/bin/grep
/usr/bin/zegrep -> /usr/bin/grep
/usr/bin/zfgrep -> /usr/bin/grep
210# grep -V
grep (GNU grep) 2.4d
Copyright (C) 1988, 1992-1998, 1999 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
210# grep -m
grep: invalid option -- m
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
as you can see I'm back to the same grep version with the same lack of -m parameter..