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

                 Summary: SHELL has no effect
                 Project: make
            Submitted by: None
            Submitted on: Tue 30 Jun 2009 09:07:00 AM 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

SHELL = sh
all : ; @echo "foo"
not.used.here : SHELL = cmd

$ make
"foo"

(This should be foo without the quotes because sh would remove them).





    _______________________________________________________

Reply to this item at:

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

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



_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to