This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH for COLLECT2 (revised)


Mark E. wrote:
> I should have put in some comments on what the parts of my patch
> does and why they're neccessary. The code you mention is
> conditionalized for Win95 and DOS (except DJGPP) to send the
> commands one at a time because command.com (both in DOS and
> Win95) doesn't support executing multiple commands on the
> command line.

I don't know about this particular instance (ie command /c ...), but
command.com DOES support multiple commands on the command line.  You use
^T (looks like a backwards P with two legs). eg

C:\>cd foo^Tmake
and
$ cd foo; make

are equivalent.

I don't know what command.com will do with ^T's on it's commandline
(won't work from the CLI or batch files for obvious reasons).

Bill
-- 
Leave others their otherness


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]