|
| From: | Qiao Nuohan |
| Subject: | Re: [Qemu-devel] [PATCH v6 05/11] dump: add support for lzo/snappy |
| Date: | Tue, 07 Jan 2014 14:25:00 +0800 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120607 Thunderbird/10.0.5 |
On 01/07/2014 03:25 AM, Laszlo Ersek wrote:
You could have displayed the lzo / snappy settings along with the other settings in the "big echo block". But it's not too important; if you want you can add it later.
You mean the following part? Thanks for pointing it out.
<cut>
echo "Standard options:"
echo " --help print this message"
echo " --prefix=PREFIX install in PREFIX [$prefix]"
echo " --interp-prefix=PREFIX where to find shared libraries, etc."
echo " use %M for cpu name [$interp_prefix]"
echo " --target-list=LIST set target list (default: build everything)"
echo "Available targets: $default_target_list" | \
fold -s -w 53 | sed -e 's/^/ /'
echo ""
echo "Advanced options (experts only):"
echo " --source-path=PATH path of source code [$source_path]"
echo " --cross-prefix=PREFIX use PREFIX for compile tools [$cross_prefix]"
echo " --cc=CC use C compiler CC [$cc]"
...
<cut>
--
Regards
Qiao Nuohan
| [Prev in Thread] | Current Thread | [Next in Thread] |