help-make
[Top][All Lists]
Advanced

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

Multi-line string


From: Yang Zhang
Subject: Multi-line string
Date: Sun, 03 Feb 2008 03:46:32 -0500
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

Hi, I'd like to write something like the following in my Makefile, but I get an error - make thinks the string is unterminated. How may I do this? Thanks in advance.

  tar czf - -C $(WEBDIR) . | \
ssh shell-sf '

    set -o errexit -o nounset
    rm -rf assorted/htdocs/scala-commons/
    mkdir -p assorted/htdocs/scala-commons/
    cd assorted/htdocs/scala-commons/
    tar xzf -'

--
Yang Zhang
http://www.mit.edu/~y_z/




reply via email to

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