bugmake - Bugs: bug #26921, line 0: unexpected EOF while...

 
 

bug #26921: line 0: unexpected EOF while looking for matching `"'

Submitter:  None
Submitted:  Tue 30 Jun 2009 06:23:02 PM UTC
   
 
Severity:  3 - Normal Item Group:  Bug
Status:  Works for me Privacy:  Public
Assigned to:  None Open/Closed:  Closed
Component Version:  3.81 Operating System:  MS Windows
Fixed Release:  None Triage Status:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 12 Jul 2010 06:42:21 PM UTC, comment #2: 

No response so I'm marking this closed.  Please add a comment if you still see this and I can reopen it.

Paul D. Smith <psmith>
Group administrator
Tue 30 Jun 2009 06:33:22 PM UTC, comment #1: 

It works for me.  I suspect it's a problem with the port of sh you are using.  Please either try another sh.exe or debug this on your machine and tell what does Make do incorrectly.

Eli Zaretskii <eliz>
Group Member
Tue 30 Jun 2009 06:23:02 PM UTC, original submission:  

This doesn't work:

all:; "true"

$ make
"true"
/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make: * [all] Error 258

This works:

all:; "true" && "true"

$ make
"true" && "true"

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by psmith (Posted a comment)
  • -email is unavailable- added by eliz (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-07-12 psmith Open/ClosedOpen Closed
    2009-06-30 eliz StatusNone Works for me

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code