packages: root/root-make_version.patch (NEW) - disable checking for make ve...

lisu lisu at pld-linux.org
Wed Aug 25 16:19:36 CEST 2010


Author: lisu                         Date: Wed Aug 25 14:19:36 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- disable checking for make version

---- Files affected:
packages/root:
   root-make_version.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/root/root-make_version.patch
diff -u /dev/null packages/root/root-make_version.patch:1.1
--- /dev/null	Wed Aug 25 16:19:36 2010
+++ packages/root/root-make_version.patch	Wed Aug 25 16:19:31 2010
@@ -0,0 +1,38 @@
+--- root/configure~	2010-08-25 15:38:25.529356489 +0200
++++ root/configure	2010-08-25 15:40:21.722687685 +0200
+@@ -1623,35 +1623,6 @@
+ 
+ ######################################################################
+ #
+-### echo %%% check for GNU make >= 3.79.1 - Mandatory version of make
+-#
+-# Mandatory test, must succeed
+-# Check for GNU make >= 3.79.1
+-#
+-message "Checking for GNU Make version >= 3.79.1"
+-gnumake="make"
+-gnu=`$gnumake -v 2>&1 | awk 'BEGIN { FS=" "} { if (NR==1) print $1 }'`
+-if test ! "x$gnu" = "xGNU" ; then
+-    gnumake="gmake"
+-    gnu=`$gnumake -v 2>&1 | awk 'BEGIN { FS=" "} { if (NR==1) print $1 }'`
+-    if test ! "x$gnu" = "xGNU" ; then
+-        gnumake=""
+-    fi
+-fi
+-if test ! "x$gnumake" = "x" ; then
+-    gnuv=`$gnumake -v | tr '.,' ' ' | awk 'BEGIN { FS=" "} { if (NR==1 && $3 == "version") printf "%d", ($4*1000)+($5*10)+$6; else printf "%d", ($3*1000)+($4*10)+$5 }'`
+-    if test $gnuv -lt 3791 ; then
+-        result "`basename $0`: GNU Make >= 3.79.1 MUST be installed, current version $gnuv is too old"
+-        exit 1
+-    fi
+-    result "ok"
+-else
+-    result "`basename $0`: GNU Make >= 3.79.1 MUST be installed"
+-    exit 1
+-fi
+-
+-######################################################################
+-#
+ ### echo %%% check for compilers
+ #
+ # Mandatory test, must succeed
================================================================


More information about the pld-cvs-commit mailing list