bug-make
[Top][All Lists]
Advanced

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

[bug #16505] Line-continuation backslashes are not stripped


From: anonymous
Subject: [bug #16505] Line-continuation backslashes are not stripped
Date: Wed, 3 May 2006 18:50:48 +0000
User-agent: Mozilla/5.0 (compatible; Konqueror/3.4; Linux; X11; i686; en_US) KHTML/3.4.0 (like Gecko)

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

That's what I was getting at with "if you drop the backslashes" and
"Bourne-shell-like behavior." It wouldn't be so bad if you could do...

$ cat >Makefile
foo:
    echo 'foo
    bar
    baz'

$ make foo
foo
bar
baz

...except that you can't. You get an EOF error. Or are you alluding to a
different way of embedding newlines?

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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