]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
packages: rename FOO_AUTORECONF_OPT into FOO_AUTORECONF_OPTS
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Sat, 27 Sep 2014 19:32:43 +0000 (21:32 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 4 Oct 2014 16:53:25 +0000 (18:53 +0200)
commit1d2574ac6f6d30044ee138b6235c50a6a3998d8a
treedb1ff915630386f222654c43387cf39b244341ad
parent4a6bfe88d5615d2117d34dbf1538cb71d6b22e48
packages: rename FOO_AUTORECONF_OPT into FOO_AUTORECONF_OPTS

To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS,
make the same change for FOO_AUTORECONF_OPT.

Sed command used:
    find * -type f | xargs sed -i 's#_AUTORECONF_OPT\>#&S#g'

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
docs/manual/adding-packages-autotools.txt
package/gstreamer/gst-plugin-x170/gst-plugin-x170.mk
package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
package/pkg-autotools.mk
package/webkit/webkit.mk