Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv24523

Modified Files:
        gawk.info 
Log Message:
make check isn't parallel friendly.


Index: gawk.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/gawk.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- gawk.info   7 Aug 2011 21:55:42 -0000       1.10
+++ gawk.info   7 Aug 2011 23:28:25 -0000       1.11
@@ -14,7 +14,7 @@
 InstallScript: make install DESTDIR=%d
 DocFiles: README COPYING AUTHORS LIMITATIONS NEWS POSIX.STD PROBLEMS
 InfoDocs: gawk.info gawkinet.info
-InfoTest:      TestScript: make -k check || exit 2
+InfoTest:      TestScript: make -j1 -k check || exit 2
 
 #
 Description: The Awk processing language, GNU edition


------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to