On Wed, 2005-05-25 at 23:42 +0800, Jiqing Tang wrote: > I have a variable of length around 16k, I am using DJGPP's Make port and I > am having problems with @echo that variable, However, If I change "echo" to > "rem", it doesn't have any problems with that. > > I am wondering if there is something I can work around this, like using > @foreach?
A similar question came up a while ago on this list and there was a discussion about it which you can read about here: http://lists.gnu.org/archive/html/help-make/2005-02/msg00067.html and a similar problem here: http://lists.gnu.org/archive/html/help-make/2005-02/msg00081.html John. -- John Graham-Cumming Home: http://www.jgc.org/ Work: http://www.electric-cloud.com/ POPFile: http://getpopfile.org/ GNU Make Standard Library: http://gmsl.sf.net/ _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
