SOURCES: js-makefile.patch - prevent bug when there is mode make l...

sparky sparky at pld-linux.org
Sun Jan 8 02:32:55 CET 2006


Author: sparky                       Date: Sun Jan  8 01:32:54 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- prevent bug when there is mode make levels

---- Files affected:
SOURCES:
   js-makefile.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/js-makefile.patch
diff -u SOURCES/js-makefile.patch:1.3 SOURCES/js-makefile.patch:1.4
--- SOURCES/js-makefile.patch:1.3	Wed Mar 24 16:56:43 2004
+++ SOURCES/js-makefile.patch	Sun Jan  8 02:32:49 2006
@@ -37,12 +37,21 @@
  
 --- js/src/perlconnect/Makefile.PL.orig	Tue Aug 14 15:09:43 2001
 +++ js/src/perlconnect/Makefile.PL	Sat May 18 16:32:49 2002
+@@ -29,7 +29,7 @@
+ include ../config.mk
+ 
+ all:
+-	@echo '$(OBJDIR)'
++	@echo '$(OBJDIR)' >&2
+ eof
+ 
+ if ($foo{'m'}) {
 @@ -40,7 +40,7 @@
  	open FOO, ">tempmakefile";
  	print FOO $tmpmk;
  	close FOO;
 -	my $objdir = `gmake -f tempmakefile`;
-+	my $objdir = `make -f tempmakefile`;
++	my $objdir = `make -f tempmakefile 2>&1 >/dev/null`;
  	unlink "tempmakefile";
  	$inc = "-I.. -I../$objdir";
  	$libpath = "-L../$objdir";
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/js-makefile.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list