mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: link to general mplib* rules where possible.
ENH: generalize rule for X11 ENH: Avoid move in flex/flex++ rule.
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
# makeOptions
|
||||
#
|
||||
# Description
|
||||
# Scan the current directory for options and construct Make/options
|
||||
# Construct Make/options
|
||||
#
|
||||
# Usage : makeOptions
|
||||
#
|
||||
@ -35,8 +35,8 @@
|
||||
|
||||
if [ -r Make/options ]
|
||||
then
|
||||
echo "makeOptions: Make/options already exists, exiting"
|
||||
exit 1
|
||||
echo "Error: Make/options already exists - exiting"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
[ -d Make ] || mkdir Make
|
||||
|
||||
Reference in New Issue
Block a user