PVReaders: Remove old libvtkPV* libraries during build or clean
This is to make sure the old paths do not get linked in preference, which could cause errors on updating
This commit is contained in:
@ -6,4 +6,8 @@ wclean libso vtkPVFoam
|
||||
|
||||
rm -rf Make PVblockMeshReader/Make PVFoamReader/Make
|
||||
|
||||
# Remove the old $FOAM_LIBBIN/libvtkPV*.so libraries, so that they do not get
|
||||
# linked in preference to the new $PV_PLUGIN_PATH/libvtkPV*.so libraries
|
||||
rm -f $FOAM_LIBBIN/libvtkPV*
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -51,4 +51,8 @@ then
|
||||
fi
|
||||
fi
|
||||
|
||||
# Remove the old $FOAM_LIBBIN/libvtkPV*.so libraries, so that they do not get
|
||||
# linked in preference to the new $PV_PLUGIN_PATH/libvtkPV*.so libraries
|
||||
rm -f $FOAM_LIBBIN/libvtkPV*
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user