|
| From: | anonymous |
| Subject: | [bug #16132] Quoting problem in 3.81rc1 |
| Date: | Mon, 20 Mar 2006 12:12:21 +0000 |
| User-agent: | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) |
URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=16132>
Summary: Quoting problem in 3.81rc1
Project: make
Submitted by: None
Submitted on: Mon 03/20/06 at 12:12
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Component Version: None
Platform Version: MS Windows
Fixed Release: None
_______________________________________________________
Details:
# GNU Make 3.80 gives:
# -aap=noot
# -aap="noot"
# -aap="noot"
# -aap=noot -mies=wim
# -aap="noot" -mies="wim"
# -aap="noot" -mies="wim"
#
# GNU Make 3.81 b3 gives:
# -aap=noot
# -aap="noot"
# -aap="noot"
# -aap=noot -mies=wim
# -aap="noot" -mies="wim"
# -aap="noot" -mies="wim"
#
#
# GNU Make 3.81 rc1 gives:
# -aap=noot
# -aap=\noot"
# -aap=\noot"
# -aap=noot -mies=wim
# -aap="noot" -mies="wim"
# -aap=\noot" -mies="wim"
#
BLA1 := -aap="noot"
BLA2 := '-aap="noot"'
BLA3 := -aap=\"noot\"
BLA4 := -aap="noot" -mies="wim"
BLA5 := '-aap="noot" -mies="wim"'
BLA6 := -aap=\"noot\" -mies=\"wim\"
all:
@echo $(BLA1)
@echo $(BLA2)
@echo $(BLA3)
@echo $(BLA4)
@echo $(BLA5)
@echo $(BLA6)
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Mon 03/20/06 at 12:12 Name: makefile2 Size: 764B By: None
example makefile (see submission)
<http://savannah.gnu.org/bugs/download.php?item_id=16132&item_file_id=3508>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=16132>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |