mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
STYLE: reorganize some legacy and less frequently used components
- older emacs tools into legacy - old process tools * Less frequently used scripts into bin/tools/ - findEmptyMake - foamAllHC - foamUpdateCaseFileHeader * Infrastructure file (only used by foamNewApp) - wmake/wmakeFilesAndOptions -> wmake/scripts/wmakeFilesAndOptions * Merge wmakeRoot convenience as 'wmake -pwd' * Remove obsolete wmakePrintBuild (superseded by wmakeBuildInfo) * Remove unused mergeHistory file
This commit is contained in:
@ -110,7 +110,7 @@ else
|
||||
|
||||
if [ "$subType" = App -a ! -d Make ]
|
||||
then
|
||||
"${WM_DIR:-$WM_PROJECT_DIR/wmake}/wmakeFilesAndOptions"
|
||||
"${WM_DIR:-$WM_PROJECT_DIR/wmake}/scripts/wmakeFilesAndOptions"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
Date SHA1 Commit message
|
||||
2015-12-02 9a536b0 fvOptions: Reorganized and updated to simplify use in sub-models and maintenance
|
||||
Reference in New Issue
Block a user