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

Modified Files:
        gcc44-10.4.info gcc45-10.4.info gcc46-10.4.info 
Log Message:
make -j1 install to avoid race condition


Index: gcc44-10.4.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/languages/gcc44-10.4.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gcc44-10.4.info     11 Jul 2011 04:05:43 -0000      1.1
+++ gcc44-10.4.info     19 Jul 2011 17:45:56 -0000      1.2
@@ -56,7 +56,7 @@
  #!/bin/sh -ev
  darwinvers=`uname -r`
  cd ../darwin_objdir
- make install DESTDIR=%d
+ make -j1 install DESTDIR=%d
  mkdir -p %i/bin
 
  # Add symlinks to recreate previous naming of executables in %p/bin

Index: gcc46-10.4.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/languages/gcc46-10.4.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gcc46-10.4.info     11 Jul 2011 17:30:35 -0000      1.1
+++ gcc46-10.4.info     19 Jul 2011 17:45:56 -0000      1.2
@@ -61,7 +61,7 @@
  #!/bin/sh -ev
  darwinvers=`uname -r`
  cd ../darwin_objdir
- make install DESTDIR=%d
+ make -j1 install DESTDIR=%d
  mkdir -p %i/bin
 
  # Add symlinks to recreate previous naming of executables in %p/bin

Index: gcc45-10.4.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/languages/gcc45-10.4.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gcc45-10.4.info     11 Jul 2011 04:05:43 -0000      1.1
+++ gcc45-10.4.info     19 Jul 2011 17:45:56 -0000      1.2
@@ -60,7 +60,7 @@
  #!/bin/sh -ev
  darwinvers=`uname -r`
  cd ../darwin_objdir
- make install DESTDIR=%d
+ make -j1 install DESTDIR=%d
  mkdir -p %i/bin
 
  # Add symlinks to recreate previous naming of executables in %p/bin


------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to