public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch ada]: Last fix for PR ada/47163 on windows native hosts
@ 2011-04-04  7:48 Kai Tietz
  2011-04-05  8:03 ` Arnaud Charlet
  0 siblings, 1 reply; 23+ messages in thread
From: Kai Tietz @ 2011-04-04  7:48 UTC (permalink / raw)
  To: GCC Patches; +Cc: Arnaud Charlet

Hello,

as described in PR, there is a failure to copy adainclude/adalib
libraries in MSYS.
This is caused by LN_S set to cp -p for MSYS. This option for cp is
not suitable to copy folder to folder in MSYS, and the additional
option -r is necessary.

ChangeLog

2011-04-04  Kai Tietz

        PR ada/47163
        * gcc-interface/Makefile.in (LN_S): Use additional -r option
for cp in MSYS.

Ok for apply?

Regards,
Kai

Index: Makefile.in
===================================================================
--- Makefile.in (revision 171925)
+++ Makefile.in (working copy)
@@ -1461,7 +1461,7 @@
 soext  = .exe
 hyphen = _
 LN = cp -p
-LN_S = cp -p
+LN_S = cp -pr

 .SUFFIXES: .sym

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2011-04-06  6:42 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-04  7:48 [patch ada]: Last fix for PR ada/47163 on windows native hosts Kai Tietz
2011-04-05  8:03 ` Arnaud Charlet
2011-04-05  8:44   ` Kai Tietz
2011-04-05  8:52     ` Arnaud Charlet
2011-04-05  9:30       ` Kai Tietz
2011-04-05  9:33         ` Arnaud Charlet
2011-04-05  9:45           ` Kai Tietz
2011-04-05  9:59             ` Arnaud Charlet
2011-04-05 10:14               ` Kai Tietz
2011-04-05 10:19                 ` Arnaud Charlet
2011-04-05 10:23                   ` Kai Tietz
2011-04-05 12:51                     ` Charles Wilson
2011-04-05 13:22                       ` Arnaud Charlet
2011-04-05 14:15                         ` Charles Wilson
2011-04-05 14:22                           ` Ralf Wildenhues
2011-04-05 15:58                             ` Charles Wilson
2011-04-05 16:11                               ` Arnaud Charlet
2011-04-05 16:45                                 ` Charles Wilson
2011-04-05 16:50                                   ` Arnaud Charlet
2011-04-05 17:01                                     ` Charles Wilson
2011-04-06  4:44                                     ` Russ Allbery
2011-04-06  6:34                                       ` Arnaud Charlet
2011-04-06  6:42                                         ` Kai Tietz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).