qemu-e2k/tests/docker
Philippe Mathieu-Daudé 6423795efc docker: correctly escape $BACKEND in the help output
In Makefiles the $ must be escaped as $$ in shell uses.

Since 8a2390a4f47:

 $ make docker
     [...]
     NETWORK=1            Enable virtual network interface with default backend.
     NETWORK=ACKEND     Enable virtual network interface with ACKEND.

Once escaped:

 $ make docker
     [...]
     NETWORK=1            Enable virtual network interface with default backend.
     NETWORK=$BACKEND     Enable virtual network interface with $BACKEND.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Fam Zheng <famz@redhat.com>
Message-Id: <20171108024719.8389-1-f4bug@amsat.org>
Signed-off-by: Fam Zheng <famz@redhat.com>
2017-11-08 10:59:42 +08:00
..
dockerfiles docker: add python stdlib dependency (required by keycodemapdb) 2017-11-02 11:46:41 +00:00
Makefile.include docker: correctly escape $BACKEND in the help output 2017-11-08 10:59:42 +08:00
common.rc docker: add installation to build tests 2017-09-29 11:14:14 +08:00
docker.py docker: Improved image checksum 2017-11-08 10:59:21 +08:00
run docker: Fix PATH for ccache 2017-10-20 14:28:50 +08:00
test-block docker: test-block: Don't continue if build fails 2017-09-29 11:14:15 +08:00
test-build docker: add installation to build tests 2017-09-29 11:14:14 +08:00
test-clang docker: add installation to build tests 2017-09-29 11:14:14 +08:00
test-full docker: add installation to build tests 2017-09-29 11:14:14 +08:00
test-mingw docker: add installation to build tests 2017-09-29 11:14:14 +08:00
test-quick docker: add installation to build tests 2017-09-29 11:14:14 +08:00
travis docker: Add travis tool 2016-06-01 17:27:35 +08:00
travis.py docker: allow customizing Travis global_env variables 2017-07-18 09:39:19 +01:00