# HG changeset patch # User jwe # Date 858890903 0 # Node ID 044d25a60ea18672e88504ee9fac9a4d2380d882 # Parent eb2222c7f4cf8a27bb941da4e9a025dbacbd8328 [project @ 1997-03-20 20:48:23 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +Thu Mar 20 14:47:49 1997 John W. Eaton + + * mk-oct-links (links_dir): Don't use -h option for grep. It's + not needed since we are working on one file at a time anyway. + Mon Mar 17 10:53:29 1997 John W. Eaton * lex.l (handle_identifier): When handling indirect_ref, set diff --git a/src/mk-oct-links b/src/mk-oct-links --- a/src/mk-oct-links +++ b/src/mk-oct-links @@ -20,7 +20,7 @@ for f in "$@"; do base=`basename $f | sed 's/\.cc$//'` - fcns=`grep -h '^ *DEFUN_DLD' $f |\ + fcns=`grep '^ *DEFUN_DLD' $f |\ sed -e 's/DEFUN_DLD *( *//' -e 's/ *,.*$//' |\ sort -u` if [ -n "$fcns" ]; then