Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Starks-Browning <starksb@ebi.ac.uk>2000-10-18 17:43:56 +0400
committerDavid Starks-Browning <starksb@ebi.ac.uk>2000-10-18 17:43:56 +0400
commitb1411b1291ce4b10654476f880ad7dabb7341184 (patch)
tree9670436a1394b590ea4f65da1fd9dc8c3b7ee79d /winsup/doc/how-programming.texinfo
parent3bb184295941d4adbf97f79c850ef0e40cafa0c6 (diff)
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 fe20ddda3..8b2ecfebc 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?