OSDN Git Service

Update entry "Shell scripts aren't running properly from my makefiles?",
authordavidsb <davidsb>
Wed, 18 Oct 2000 13:43:56 +0000 (13:43 +0000)
committerdavidsb <davidsb>
Wed, 18 Oct 2000 13:43:56 +0000 (13:43 +0000)
remove old disclaimer.

winsup/doc/how-programming.texinfo

index fe20ddd..8b2ecfe 100644 (file)
@@ -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?