Searched refs:PVP (Results 1 – 3 of 3) sorted by relevance
2650 PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`2651 if test "x$PVP" = "x"; then2652 PVP="0"2655 [$PVP],
12040 PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`12041 if test "x$PVP" = "x"; then12042 PVP="0"23393 VENDOR_RELEASE="((($PVMAJOR) * 10000000) + (($PVM) * 100000) + (($PVP) * 1000) + $PVS)"
374 VENDOR_RELEASE="((($PVMAJOR) * 10000000) + (($PVM) * 100000) + (($PVP) * 1000) + $PVS)"