Allwmake: use wmake -a to replace (cd ... && ./Allwmake...
This commit is contained in:
@ -28,7 +28,7 @@ wmake $targetType conformalVoronoi2DMesh
|
||||
wmake $targetType foamyQuadMesh
|
||||
wmake $targetType foamyHexMesh
|
||||
#wmake $targetType foamyHexMeshBackgroundMesh
|
||||
#(cd foamyHexMeshSurfaceSimplify && ./Allwmake $targetType $*)
|
||||
#wmake -a $targetType foamyHexMeshSurfaceSimplify
|
||||
#wmake $targetType cellSizeAndAlignmentGrid
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -70,8 +70,8 @@ else
|
||||
fi
|
||||
|
||||
|
||||
# Try and build metisDecomp (has own logic)
|
||||
(cd metisDecomp && ./Allwmake $targetType)
|
||||
# Optionally build metisDecomp with its Allwmake
|
||||
wmake -a $targetType metisDecomp
|
||||
|
||||
wmake $targetType decompositionMethods
|
||||
|
||||
|
||||
Reference in New Issue
Block a user