Magellan Linux

Diff of /trunk/mage/usr/lib/mage/autodepend.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3205 by niro, Mon Aug 21 19:12:49 2023 UTC revision 3206 by niro, Mon Aug 21 19:14:54 2023 UTC
# Line 63  ldconfig Line 63  ldconfig
63  build_soname_list  build_soname_list
64  build_dep_list  build_dep_list
65    
66  #echo "${SONAME_LIST}"  if [[ ${SHOW_SONAME_LIST} = 1 ]]
67    then
68     echo "${SONAME_LIST}"
69     echo
70    fi
71  echo "${DEPNAME_LIST}" | sed 's:\(.*\)-r.*:>= \1:'  echo "${DEPNAME_LIST}" | sed 's:\(.*\)-r.*:>= \1:'

Legend:
Removed from v.3205  
changed lines
  Added in v.3206