Author: jseidel-guest
Date: Tue Mar  4 09:08:14 2008
New Revision: 4957

URL: http://svn.debian.org/wsvn/?sc=1&rev=4957
Log:
Parallel compiling is not possible, a lot of Makefiles do not support it

Modified:
    manuals/trunk/Makefile

Modified: manuals/trunk/Makefile
URL: http://svn.debian.org/wsvn/manuals/trunk/Makefile?rev=4957&op=diff
==============================================================================
--- manuals/trunk/Makefile (original)
+++ manuals/trunk/Makefile Tue Mar  4 09:08:14 2008
@@ -1,4 +1,7 @@
 # Top-level makefile for the Debian Documentation Project manuals
+
+# parallel compiling is not possible, a lot of Makefiles do not support it
+MAKEFLAGS=j1
 
 # live documentation
 SUBDIRS        :=      \


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to