Update entry "Shell scripts aren't running properly from my makefiles?",
remove old disclaimer.
This commit is contained in:
parent
3bb1842959
commit
b1411b1291
|
@ -492,12 +492,10 @@ downloadable PDF form on Intel's web site:
|
|||
|
||||
@subsection Shell scripts aren't running properly from my makefiles?
|
||||
|
||||
@strong{(Please note: This section has not yet been updated for the latest
|
||||
net release.)}
|
||||
|
||||
You need to have . (dot) in your $PATH. You should NOT need to add
|
||||
/bin/sh in front of each and every shell script invoked in your
|
||||
Makefiles.
|
||||
If your scripts are in the current directory, you must have @samp{.}
|
||||
(dot) in your $PATH. (It is not normally there by default.) Otherwise,
|
||||
you would need to add /bin/sh in front of each and every shell script
|
||||
invoked in your Makefiles.
|
||||
|
||||
@subsection What preprocessor do I need to know about?
|
||||
|
||||
|
|
Loading…
Reference in New Issue