bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #26891] make enters interactive shell


From: anonymous
Subject: [bug #26891] make enters interactive shell
Date: Thu, 25 Jun 2009 21:28:53 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 (.NET CLR 3.5.30729)

URL:
  <http://savannah.gnu.org/bugs/?26891>

                 Summary: make enters interactive shell
                 Project: make
            Submitted by: None
            Submitted on: Thu 25 Jun 2009 09:28:51 PM UTC
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: 3.81
        Operating System: MS Windows
           Fixed Release: None

    _______________________________________________________

Details:

# makefile
all : aaa bbb

aaa : ; @echo "ok"
bbb : ; @echo "ok"

aaa : SHELL = cmd.exe
bbb : SHELL = sh.exe

$ make
Microsoft Windows [Version 6.0.6000]
Copyright (c) 2006 Microsoft Corporation. All Rights Reserved.

C:\test\make>_
[at that point one needs to type 'exit<enter>']
ok





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?26891>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]