re PR ada/15479 (Ada manual problems)
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 24 Feb 2008 22:37:52 +0000 (22:37 +0000)
committerRalf Wildenhues <rwild@gcc.gnu.org>
Sun, 24 Feb 2008 22:37:52 +0000 (22:37 +0000)
PR documentation/15479
* gnat_ugn.texi (Using gnatmake in a Makefile): Do not ignore errors
in Makefile rules, by using `&&' rather than `;'.

From-SVN: r132601

gcc/ada/ChangeLog
gcc/ada/gnat_ugn.texi

index fc40a9518fd6ffc519310194e6c9e3ce03c3c01a..482fcd11e77a6337ae594430114e89fc62978acf 100644 (file)
@@ -1,3 +1,9 @@
+2008-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       PR documentation/15479
+       * gnat_ugn.texi (Using gnatmake in a Makefile): Do not ignore errors
+       in Makefile rules, by using `&&' rather than `;'.
+
 2008-02-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        PR documentation/15479
index 504bc33163b185d3fdbbcb2187cebbb3ff9a8beb..aa92875ff62b8c42382bcdd816fa19a689bdc1ff 100644 (file)
@@ -18737,8 +18737,8 @@ objects::
 # by a new tool, gnatmlib
 $@{LIB_DIR@}:
     mkdir -p $@{dir $@@ @}
-    cd $@{dir $@@ @}; gcc -shared -o $@{notdir $@@ @} ../*.o -L$@{GLIB@} -lgnat
-    cd $@{dir $@@ @}; cp -f ../*.ali .
+    cd $@{dir $@@ @} && gcc -shared -o $@{notdir $@@ @} ../*.o -L$@{GLIB@} -lgnat
+    cd $@{dir $@@ @} && cp -f ../*.ali .
 
 # The dependencies for the modules
 # Note that we have to force the expansion of *.o, since in some cases