buildrootschalter/boot
Thomas De Schampheleire 0518a98ac3 packages: rename FOO_MAKE_OPT into FOO_MAKE_OPTS
While the autotools infrastructure was using FOO_MAKE_OPT, generic packages
were typically using FOO_MAKE_OPTS. This inconsistency becomes a problem
when a new infrastructure is introduced that wants to make use of
FOO_MAKE_OPT(S), and can live alongside either generic-package or
autotools-package. The new infrastructure will have to choose between either
OPT or OPTS, and thus rule out transparent usage by respectively generic
packages or generic packages. An example of such an infrastructure is
kconfig-package, which provides kconfig-related make targets.

The OPTS variant is more logical, as there are typically multiple options.

This patch renames all occurrences of FOO_MAKE_OPT in FOO_MAKE_OPTS.
Sed command used:
    find * -type f | xargs sed -i 's#_MAKE_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>
2014-10-04 15:07:23 +02:00
..
at91bootstrap package: remove the trailing slash sign from <PKG>_SITE variable 2014-07-31 23:17:46 +02:00
at91bootstrap3 packages: rename FOO_MAKE_OPT into FOO_MAKE_OPTS 2014-10-04 15:07:23 +02:00
at91dataflashboot package: remove the trailing slash sign from <PKG>_SITE variable 2014-07-31 23:17:46 +02:00
barebox barebox: bump to version 2014.10.0 2014-10-02 20:15:12 +02:00
boot-wrapper-aarch64 boot-wrapper-aarch64: bump version and switch to autotools-package 2014-03-21 07:27:00 +01:00
grub package: remove the trailing slash sign from <PKG>_SITE variable 2014-07-31 23:17:46 +02:00
grub2 package: remove the trailing slash sign from <PKG>_SITE variable 2014-07-31 23:17:46 +02:00
gummiboot gummiboot: new package 2014-02-19 23:28:35 +01:00
lpc32xxcdl Normalize separator size to 80 2013-06-07 10:54:54 +02:00
mxs-bootlets package: remove the trailing slash sign from <PKG>_SITE variable 2014-07-31 23:17:46 +02:00
syslinux package: remove the trailing slash sign from <PKG>_SITE variable 2014-07-31 23:17:46 +02:00
uboot uboot: bump to version 2014.07 2014-07-16 20:39:40 +02:00
xloader Normalize separator size to 80 2013-06-07 10:54:54 +02:00
common.mk Fix build reproducibility in Make 3.82 2013-09-06 23:27:42 +02:00
Config.in gummiboot: new package 2014-02-19 23:28:35 +01:00