diff scripts/miscellaneous/mkoctfile.m @ 12753:00fbb05f099c stable

Backout 2c54fde0f397 on stable; broke Octave-Forge packages
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Sat, 18 Jun 2011 22:07:34 -0500
parents 2c54fde0f397
children 4a86826dbb0e
line wrap: on
line diff
--- a/scripts/miscellaneous/mkoctfile.m	Sat Jun 18 07:47:04 2011 -0700
+++ b/scripts/miscellaneous/mkoctfile.m	Sat Jun 18 22:07:34 2011 -0500
@@ -51,13 +51,12 @@
 ## Add the run-time path to the link command.
 ##
 ## @item -Wl,@dots{}
-## Pass flags through the linker e.g. "-Wl,-rpath=@dots{}".
+## Pass flags though the linker like "-Wl,-rpath=@dots{}".
 ## The quotes are needed since commas are interpreted as command
 ## separators.
 ##
-## @item -W,@dots{}
-## Pass flags through the compiler, e.g. "-W,-O2". The quotes are needed
-## since commas are interpreted as command separators.
+## @item -W@dots{}
+## Pass flags though the compiler like "-Wa,OPTION".
 ##
 ## @item -c
 ## Compile but do not link.