最終更新:2022-09-13 (火) 14:36:32 (590d)  

m
Top / m

Makes from the top of the tree.

function m()
{
    T=$(gettop)
    if [ "$T" ]; then
        make -C $T -f build/core/main.mk $@
    else
        echo "Couldn't locate the top of the tree.  Try setting TOP."
    fi
}

SHIELD/ソースコード/vendor/nvidia/build/vendorsetup.sh

  • mp - パラレル

関連