mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
cleanup of foam-pack scripts
- removed legacy foamDiffSourceList, foamPackChanged
- added foamPackDoxygen for separate distribution of docs
handles -prefix option
- misc. cosmetic changes
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
# foamPackBinAll [outputDir]
|
||||
#
|
||||
# Description
|
||||
# Packs and compresses all binary version of foam for release
|
||||
# Packs and compresses all binary versions of foam for release
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
packDir=$WM_PROJECT-$WM_PROJECT_VERSION
|
||||
@ -38,6 +38,7 @@ then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# obtain arch types from lib/
|
||||
for bin in $packDir/lib/*
|
||||
do
|
||||
foamPackBin ${bin##*/} $@
|
||||
|
||||
Reference in New Issue
Block a user