Changeset 609 for branches/GNU/src/binutils/symlink-tree
- Timestamp:
 - Aug 16, 2003, 6:59:22 PM (22 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/GNU/src/binutils/symlink-tree (modified) (2 diffs, 1 prop)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/GNU/src/binutils/symlink-tree
- 
Property       cvs2svn:cvs-rev
 changed from       
1.1to1.1.1.2 
r608 r609 21 21 # in subdirs. 22 22 case ${prog} in 23 /* ) ;;23 /* | [A-Za-z]:[\\/]*) ;; 24 24 *) prog=../${prog} ;; 25 25 esac … … 27 27 # Set newsrcdir to something subdirectories can use. 28 28 case ${srcdir} in 29 /* ) newsrcdir=${srcdir} ;;29 /* | [A-Za-z]:[\\/]*) newsrcdir=${srcdir} ;; 30 30 *) newsrcdir=../${srcdir} ;; 31 31 esac  - 
Property       cvs2svn:cvs-rev
 changed from       
 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  