[ros-dev] Re: [ros-bugs] [Bug 708] Selfhosting
(ros-on-ros compilation) fails.
Hartmut Birr
hartmut.birr at gmx.de
Sat Aug 13 00:08:34 CEST 2005
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
More information about the Ros-dev
mailing list