Author: rfm
Date: Mon Mar 7 14:47:32 2016
New Revision: 39474
URL: http://svn.gna.org/viewcvs/gnustep?rev=39474&view=rev
Log:
Prevent parallel build
Modified:
libs/sqlclient/trunk/GNUmakefile
Modified: libs/sqlclient/trunk/GNUmakefile
URL:
http://svn.gna.org/viewcvs/gnustep/libs/sqlclient/trunk/GNUmakefile?rev=39474&r1=39473&r2=39474&view=diff
==============================================================================
--- libs/sqlclient/trunk/GNUmakefile (original)
+++ libs/sqlclient/trunk/GNUmakefile Mon Mar 7 14:47:32 2016
@@ -17,6 +17,10 @@
endif
include $(GNUSTEP_MAKEFILES)/common.make
+
+# Force sequential build to prevent different versions of the same
+# bundle overwriting each other's temporary files during building.
+GNUSTEP_MAKE_PARALLEL_BUILDING=no
-include config.make
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs