Home | History | Annotate | Download | only in dist

Lines Matching refs:PVMAJOR

27764 PVMAJOR=`echo $PACKAGE_VERSION | cut -d . -f 1`
27770 VENDOR_RELEASE="((($PVMAJOR) * 10000000) + (($PVM) * 100000) + (($PVP) * 1000) + $PVS)"