]> Zhao Yanbai Git Server - minix.git/commitdiff
Replaced tar with bsdtar to ensure disponibility of -o, which is
authorLionel Sambuc <lionel@minix3.org>
Tue, 9 Oct 2012 16:51:33 +0000 (18:51 +0200)
committerLionel Sambuc <lionel@minix3.org>
Thu, 15 Nov 2012 15:07:29 +0000 (16:07 +0100)
needed during builds as root

external/gpl3/binutils/fetch.sh
external/gpl3/gcc/fetch.sh
external/lgpl2/mpc/fetch.sh
external/lgpl3/gmp/fetch.sh
external/lgpl3/mpfr/fetch.sh

index 20c230950e5b44cf9f5cad9731deef390c4fa148..28871c2aa2c8b8cd18e68f3b74c84268407c1751 100644 (file)
@@ -23,7 +23,7 @@ then
                fi
        fi
 
-       tar -xf binutils-2.17a.tar.bz2 && \
+       bsdtar -oxf binutils-2.17a.tar.bz2 && \
        mv binutils-2.17 dist && \
        cd dist && \
        cat ../../../../tools/binutils/patches/* | patch -p0
index 91fd3aadb587956d88dfe680fcf7b9ad1ab8e823..e0fd30addbaa0e561647a5f571b6190777a3d39e 100755 (executable)
@@ -24,7 +24,7 @@ then
                fi
        fi
 
-       tar -xf gcc-4.4.3.tar.bz2 && \
+       bsdtar -oxf gcc-4.4.3.tar.bz2 && \
        mv gcc-4.4.3 dist && \
        cd dist && \
        cat ../../../../tools/gcc/patches/* | patch -p0 && \
index 3d51e0a8aabd0d49202acd46da3790cb9a04b4d1..1410fc5584f8033bd8c443a4832468a53fbe57d6 100755 (executable)
@@ -23,7 +23,7 @@ then
                fi
        fi
 
-       tar -xf mpc-0.9.tar.gz
+       bsdtar -oxf mpc-0.9.tar.gz
        mv mpc-0.9 dist
 fi
 
index ae50122e327effcc11881ae4bdec4c6c333bb5b8..f3f6df41cd22a06da07c845cabc66c6fb5ff7a85 100755 (executable)
@@ -23,7 +23,7 @@ then
                fi
        fi
 
-       tar -xf gmp-5.0.2.tar.bz2
+       bsdtar -oxf gmp-5.0.2.tar.bz2
        mv gmp-5.0.2 dist
 fi
 
index b134bf15594f5a7f4513666dcc90329e252d4e6f..80d79b422bc1c5eb789ea77b8857e27034f339cf 100755 (executable)
@@ -23,7 +23,7 @@ then
                fi
        fi
 
-       tar -xf mpfr-3.1.0.tar.bz2
+       bsdtar -oxf mpfr-3.1.0.tar.bz2
        mv mpfr-3.1.0 dist
 fi