[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #17557] Add the analogue of ?= for singly expanded variables
From: |
anonymous |
Subject: |
[bug #17557] Add the analogue of ?= for singly expanded variables |
Date: |
Mon, 28 Aug 2006 20:17:07 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060808 Fedora/1.5.0.6-2.fc5 Firefox/1.5.0.6 pango-text |
URL:
<http://savannah.gnu.org/bugs/?17557>
Summary: Add the analogue of ?= for singly expanded
variables
Project: make
Submitted by: None
Submitted on: Monday 08/28/2006 at 20:17 UTC
Severity: 3 - Normal
Item Group: Enhancement
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Component Version: 3.80
Operating System: None
Fixed Release: None
_______________________________________________________
Details:
If one wants to simulate ?= for singly expanded variables, one has to write
ifeq ($(origin FOO), undefined)
FOO := bar
endif
and doing that repeatedly is abit of a pain...
I'm using 3.80, but reading the NEWS for 3.81 shows that this is not there
either.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?17557>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #17557] Add the analogue of ?= for singly expanded variables,
anonymous <=