On 23.11.2015 14:37, Tijl Coosemans wrote:
> Hi,
> 
> I received a report of two makefile bugs that cause parallel build
> problems:
> 
> - support/cpp/Makefile.in calls "make" (twice) in the $(LIBIBERTY)
>   target.  That should be "$(MAKE)".  On some systems GNU make is
>   called "gmake" and "make" is some other make implementation.

Fixed.

> 
> - The dependency of support/cpp on support/sdbinutils/libiberty should
>   be recorded in the main Makefile.in, e.g. by letting the sdcc-libs
>   target depend on sdcc-sdbinutils.  Otherwise when cpp and sdbinutils
>   are built in parallel they can both try to build libiberty at the
>   same time.

I opened a bug report for this one. Of course patches are welcome.

Philipp


Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to