|
From: | Stepan Koltsov |
Subject: | [bug #28092] $(shell false) should break build |
Date: | Wed, 25 Nov 2009 18:06:03 +0000 |
User-agent: | Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9 |
URL: <http://savannah.gnu.org/bugs/?28092> Summary: $(shell false) should break build Project: make Submitted by: yozh Submitted on: Wed 25 Nov 2009 06:06:02 PM GMT Severity: 3 - Normal Item Group: None Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any Component Version: 3.81 Operating System: None Fixed Release: None Triage Status: None _______________________________________________________ Details: Currently, $(shell false) does not break build: === a := $(shell false) x: echo $(a) === completes successfully. Should fail, because in scenario: a := $(shell cat version.txt) it is hard to catch a situation if version.txt file does not exist. Seen on gmake 3.81. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?28092> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |