Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Problem with managed make

Hi Ralf,

We have an existing bugzilla regarding command lines that are too long
(72965).  The suggestion is to use an "indirect file":

"One solution could be to write the arguments in a file and then feed
this to the program instead, like

 ld @link.arg"

I guess we'll need to worry about the "echo" too.

Regards,
Leo


-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Ebert, Ralf
Sent: Friday, July 22, 2005 9:11 AM
To: CDT General developers list.
Subject: [cdt-dev] Problem with managed make

Hi,

my projects contains very much files. So I have the problem, that
sometimes the line for the 'echo' within the makefile is to long if the
system will link the binary. Is there any way to skip the echo which is
added to the makefile since the version M7?

best regards
  Ralf




______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top