[paketler-commits] r54311 - playground/onur/programming/tools/abicheck

paketler-commits at pardus.org.tr paketler-commits at pardus.org.tr
6 Eki 2008 Pzt 02:49:29 EEST


Author: onur
Date: Mon Oct  6 02:49:28 2008
New Revision: 54311

Modified:
   playground/onur/programming/tools/abicheck/actions.py
Log:
it does no parallel build, yet this looks nicer

Modified: playground/onur/programming/tools/abicheck/actions.py
=================================================================
--- playground/onur/programming/tools/abicheck/actions.py	(original)
+++ playground/onur/programming/tools/abicheck/actions.py	Mon Oct  6 02:49:28 2008
@@ -16,7 +16,7 @@
 #    autotools.configure()
 
 def build():
-    autotools.make()
+    autotools.make("-j1")
 
 def check():
     autotools.make("test")


Paketler-commits mesaj listesiyle ilgili daha fazla bilgi