Mail Archives: djgpp/1994/03/15/22:57:26
> > Is there any way to generate a response file in GNU make when a variable
> > is > 128 characters? For example, if I have
> djgpp includes "echo.exe", which is built with gcc and *does* allow
> you to do exactly what you want. Specify "echo.exe" in the makefile
> and hope for the best. You may have to rename echo.exe to make sure
> that make doesn't pass it off to command.com.
One of the features of OPUS MAKE is that echo is a built-in command which
supports long lines. Consider this an enhancement suggestion to whoever
ported GNU make to MS-DOS.
- Raw text -