URL: <http://savannah.gnu.org/bugs/?26888>
Summary: SHELL as target variable ignored Project: make Submitted by: None Submitted on: Thu 25 Jun 2009 04:16: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 bbb : SHELL = sh $ make "ok" "ok" As sh removes the quotes, this should be: "ok" ok _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?26888> _______________________________________________ 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