Changeset 11054 in hybrid


Ignore:
Timestamp:
May 31, 2012, 11:45:38 AM (12 years ago)
Author:
rick
Message:

Make sure dependencies get tracked more properly, seems to fail to catch
updates in dependant ports.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-9.0/nanobsd/tools/image

    r11050 r11054  
    260260
    261261    # Update via portmaster
    262     CMD="env `echo $PKG_MAKE_ARGS` portmaster --no-confirm --update-if-newer -y -d -G  `echo $PACKAGE_LIST`"
     262    CMD="env `echo $PKG_MAKE_ARGS` portmaster --no-confirm --update-if-newer -t -y -d -G  `echo $PACKAGE_LIST`"
    263263    echo "# Going to run port upgrade cycle: $CMD"; $CMD || exit 1
    264264
Note: See TracChangeset for help on using the changeset viewer.