--- branches/mage-next/src/depwalker.in 2014/09/19 11:18:38 2831 +++ branches/mage-next/src/depwalker.in 2014/09/19 11:19:35 2832 @@ -44,8 +44,9 @@ exit 1 } -# always default debug=0 +# set some sane defaults DEBUG=0 +SMAGE_DEPEND=0 # very basic getops for i in $* @@ -57,7 +58,7 @@ --pbuild|-b) shift; PBUILD="$1" ;; --method|-m) shift; METHOD="$1" ;; --debug|-d) shift; DEBUG=1 ;; - --smage|-s) shift; SMAGEFILE="$1"; SILENT=1; FVERBOSE=off ;; + --smage|-s) shift; SMAGEFILE="$1"; SMAGE_DEPEND=1; SILENT=1; FVERBOSE=off ;; --help|-h) usage ;; esac shift