Author: justin
Date: 2005-11-17 00:41:41 -0700 (Thu, 17 Nov 2005)
New Revision: 1082

Modified:
   branches/6.1.1-1/packages/perl/Makefile
Log:
Removed -j3 from perl make.  It constantly makes the build fail at the same 
location on 2 different machines.

Modified: branches/6.1.1-1/packages/perl/Makefile
===================================================================
--- branches/6.1.1-1/packages/perl/Makefile     2005-11-17 07:19:52 UTC (rev 
1081)
+++ branches/6.1.1-1/packages/perl/Makefile     2005-11-17 07:41:41 UTC (rev 
1082)
@@ -24,7 +24,7 @@
        @if [ ! -d $(WD)/lib/perl5/$(VRS) ] ; then unpack $(SRC)/$(FILE) && cd 
$(DIR) && \
         patch -Np1 -i $(SRC)/$(PATCH) && \
         ./configure.gnu --prefix=$(WD) -Dstatic_ext='IO Fcntl POSIX' && \
-        make -j3 perl utilities && cp perl pod/pod2man $(WD)/bin && \
+        make perl utilities && cp perl pod/pod2man $(WD)/bin && \
         mkdir -p $(WD)/lib/perl5/$(VRS) && cp -R lib/* $(WD)/lib/perl5/$(VRS) 
; fi
        @make clean
 

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to