Changeset 77679 for trunk/base


Ignore:
Timestamp:
Apr 9, 2011, 12:57:12 AM (13 years ago)
Author:
jmr@…
Message:

remove dep_map_clean.tcl

Location:
trunk/base
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/Makefile.in

    r77511 r77679  
    4040# Add [default] tag to the central MacPorts repository, if it isn't already
    4141        $(TCLSH) src/upgrade_sources_conf_default.tcl "${prefix}"
    42 # Remove duplicate entries from the dependency map (could occur with 1.6 and earlier):
    43         $(TCLSH) src/dep_map_clean.tcl "${macports_tcl_dir}"
    4442# Convert image directories (and direct mode installs) to image archives
    4543        $(TCLSH) src/images_to_archives.tcl "${macports_tcl_dir}"
  • trunk/base/portmgr/dmg/postflight

    r68281 r77679  
    7575    # Add [default] tag to the central MacPorts repository, if it isn't already
    7676    ${TCLSH} ${PACKAGE_PATH}/Contents/Resources/upgrade_sources_conf_default.tcl ${PREFIX}
    77     # Remove any duplicates from the dep map (could occur with 1.6 and earlier)
    78     ${TCLSH} ${PACKAGE_PATH}/Contents/Resources/dep_map_clean.tcl ${MACPORTS_TCL_DIR}
    7977}
    8078
Note: See TracChangeset for help on using the changeset viewer.