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:
Mark Olesen
2010-03-26 11:48:23 +01:00
parent 46d96dc855
commit 0b9e5ea11a
114 changed files with 102 additions and 406 deletions

View File

@ -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