[systemd-devel] [PATCH 5/5] build: use $(OBJCOPY)

Kay Sievers kay at vrfy.org
Wed Apr 8 10:03:22 PDT 2015


On Tue, Apr 7, 2015 at 8:54 PM, Marc-Antoine Perennou
<Marc-Antoine at perennou.com> wrote:
> ---
>  Makefile.am | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index 9b769ee..397a71c 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -2596,7 +2596,7 @@ $(systemd_boot_solib): $(systemd_boot_objects)
>         nm -D -u $@ | grep ' U ' && exit 1 || :
>
>  $(systemd_boot): $(systemd_boot_solib)
> -       $(AM_V_GEN) objcopy -j .text -j .sdata -j .data -j .dynamic \
> +       $(AM_V_GEN)$(OBJCOPY) -j .text -j .sdata -j .data -j .dynamic \

This does not build here. I don't see who would define OBJCOPY.

Kay


More information about the systemd-devel mailing list