bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #16132] Quoting problem in 3.81rc1


From: anonymous
Subject: [bug #16132] Quoting problem in 3.81rc1
Date: Tue, 21 Mar 2006 16:47:43 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)

Follow-up Comment #7, bug #16132 (project make):

(And this is the makefile (with TABS of course:)


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)

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16132>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]