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/ _______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make