Changeset 11047 in hybrid for branches


Ignore:
Timestamp:
May 30, 2012, 9:38:11 PM (12 years ago)
Author:
rick
Message:

Damm I was not passing the make arguments anymore as the '-m' was only
evalutated ones.

Make them env style variables instead as passing -m"SOME=yes THING=yes" does
not work either due to (the weird) 2-pass argument parsing of portmaster.

File:
1 edited

Legend:

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

    r11010 r11047  
    244244
    245245    # Update via portmaster
    246     portmaster --no-confirm --update-if-newer -y -d -G  `echo $PKG_MAKE_ARGS | xargs -n1 echo -m `  $PACKAGE_LIST
     246    CMD="env `echo $PKG_MAKE_ARGS` portmaster --no-confirm --update-if-newer -y -d -G  `echo $PACKAGE_LIST`"
     247    echo "# Going to run port upgrade cycle: $CMD"; $CMD
    247248
    248249    . ${BASEDIR}/package-build.sh
Note: See TracChangeset for help on using the changeset viewer.