From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ceresoli Date: Thu, 05 Sep 2013 14:48:55 +0200 Subject: [Buildroot] [PATCH 4/4] toolchain/wrapper: add option to print one argument per line In-Reply-To: References: Message-ID: <52287DB7.6080008@lucaceresoli.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Yann E. MORIN wrote: > From: "Yann E. MORIN" > > In case there are many arguments passed to the tools, the command line > can get very long, and difficult to parse visually. > > For example, the Linux kernel passes a lot of arguments to gcc (at least > 45, which gives 53 with our hard-coded args). Looking at such a command > line is daunting. > > So, add the possibility to print each argument on its own line. > > Also, enclose all args between single quotes, so the command line > can be safely copy-pasted without special chars (spaces, $) being > inrerpreted by the shell. > > Signed-off-by: "Yann E. MORIN" This feature should be mentioned in the docs. Apart for that: Acked-by: Luca Ceresoli Tested-by: Luca Ceresoli [Tested on arm_foundationv8_defconfig] Luca