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

Provide your own makefile generator that doesn't do the echo.  For
simplicity's sake you can copy the existing generator and modify it, or
you can subclass it (whatever works for you).  Just adhere to the
licensing and you're good.

___________________________________________
 
Chris Recoskie
Software Designer
IDE Frameworks Group
Texas Instruments, Toronto
 
 

> -----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