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.

- 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.

------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to