]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
pkg-autotools.mk: remove extra space from config-update message
authorDanomi Manchego <danomimanchego123@gmail.com>
Mon, 11 Mar 2013 15:58:31 +0000 (15:58 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 18 Mar 2013 21:45:11 +0000 (22:45 +0100)
commit28bb03ac9d6c8cb73dc01451efcc02c8b87b0456
treebe4a1d00a2ad480868fb7c767c169c7a52d6a5cb
parent80a902c407462dbd2d239ded97c2cdf66fae4a51
pkg-autotools.mk: remove extra space from config-update message

If you do a "make -s", you will notice that the UPDATE_CONFIG_HOOK message
has an extra space compared to other highlighted messages.  For example:

>>> util-linux 2.20.1  Updating config.sub and config.guess
>>> util-linux 2.20.1 Patching libtool
>>> util-linux 2.20.1 Autoreconfiguring

A grep shows this is the only instance of the extra space. This patch
removes the extra space.

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/pkg-autotools.mk