Brandon Turner wrote:
Hey, do you know when this started happening or has
rbuild always had
lines that are too long for ROS cmd? Should we just change
CMDLINE_LENGTH to something else, because apparently CMDLINE_LENGTH is
not really the max a line can be as rbuild works with MS cmd.
Brandon
Our makefile contains lines like this:
${gcc} -xc -E -DRC_INVOKED ${ntoskrnl_RCFLAGS} ntoskrnl\ntoskrnl.rc >
$(TEMPORARY)ntoskrnl.ntoskrnl.rci.tmp
This line is between 500 and 600 characters long. Make creates for each
line which contains redirections a batch file.
- Hartmut