aboutsummaryrefslogtreecommitdiff
path: root/winsup/doc/how-programming.texinfo
diff options
context:
space:
mode:
authorDavid Starks-Browning <starksb@ebi.ac.uk>2000-10-18 13:43:56 +0000
committerDavid Starks-Browning <starksb@ebi.ac.uk>2000-10-18 13:43:56 +0000
commitb1411b1291ce4b10654476f880ad7dabb7341184 (patch)
tree9670436a1394b590ea4f65da1fd9dc8c3b7ee79d /winsup/doc/how-programming.texinfo
parent3bb184295941d4adbf97f79c850ef0e40cafa0c6 (diff)
downloadnewlib-b1411b1291ce4b10654476f880ad7dabb7341184.zip
newlib-b1411b1291ce4b10654476f880ad7dabb7341184.tar.gz
newlib-b1411b1291ce4b10654476f880ad7dabb7341184.tar.bz2
Update entry "Shell scripts aren't running properly from my makefiles?",
remove old disclaimer.
Diffstat (limited to 'winsup/doc/how-programming.texinfo')
-rw-r--r--winsup/doc/how-programming.texinfo10
1 files changed, 4 insertions, 6 deletions
diff --git a/winsup/doc/how-programming.texinfo b/winsup/doc/how-programming.texinfo
index fe20ddd..8b2ecfe 100644
--- a/winsup/doc/how-programming.texinfo
+++ b/winsup/doc/how-programming.texinfo
@@ -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?