[BACK]Return to lorder.sh.gnm CVS log [TXT][DIR] Up to [local] / src / usr.bin / lorder

Diff for /src/usr.bin/lorder/Attic/lorder.sh.gnm between version 1.5 and 1.6

version 1.5, 1996/09/16 01:16:27 version 1.6, 1997/01/23 02:19:59
Line 73 
Line 73 
 #  #
 # if the line has " U " it's a globally undefined symbol, put it into  # if the line has " U " it's a globally undefined symbol, put it into
 # the reference file.  # the reference file.
 (for file in $* ; do echo $file":" ; done ; nm -go $*) | sed "  (for file in $* ; do echo $file":" ; done ; ${NM:-nm} -go $*) | sed "
         /:$/ {          /:$/ {
                 s/://                  s/://
                 s/.*/& &/                  s/.*/& &/

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6