[OE-core] [PATCH 7/8] ccache: update to 3.2.3

alexander.kanavin at linux.intel.com alexander.kanavin at linux.intel.com
Tue Sep 1 12:19:39 UTC 2015


>
> I suspect this resulted in:
>
> https://autobuilder.yoctoproject.org/main/builders/nightly-rpm/builds/464/steps/BuildImages/logs/stdio
>

The issue is caused by this construct in ccache's Makefile:

extra_libs = -lz

ccache$(EXEEXT): $(ccache_objs) $(extra_libs)
        $(CC) $(all_cflags) -o $@ $(ccache_objs) $(all_ldflags)
$(extra_libs) $(LIBS)


Yet, what is really strange, on my machine 'make' does not see such
definition and use of extra_libs as a problem and the build succeeds fine.

Does the autobuilder run a different make than I do?

ak at kanavin-desktop:~/development/poky/build$ make -v
GNU Make 4.0
Built for x86_64-pc-linux-gnu
...


Alex



More information about the Openembedded-core mailing list