help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: command line limitation


From: daniel.steinmann
Subject: RE: command line limitation
Date: Mon, 17 Jul 2006 10:02:55 +0200

On Freitag, 14. Juli 2006 11:46, ma wrote:
> lib_modul= a0001.obj a.0002.obj a.0003.obj ....# there are more than
> 1000 object in this line
> 
> lib: $(lib_module)
> 
>     for %%w in ($(lin_module)); do echo  %%w  >>test.txt
> 
> If I remove a lot of entries from lib_module, it is working well but
> when all entries are there, it doesn't work and the error is: input
> line is too long
> 
> Any suggestion on how I can solve this?

See http://lists.gnu.org/archive/html/help-make/2005-02/msg00070.html

This should solve your problem as well.

Daniel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]