repo.or.cz
/
glg-lfs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
base: bzip2: ajoute le PKGBUILD
[glg-lfs.git]
/
toolchain
/
build-toolchain
blob
68a02dce96747561fb2ad9bfd9af66bf4a5aba22
1
#!/bin/bash
2
3
set -u
4
set -e
5
6
scripts_dir
=
$LFS
/
LFS
/
toolchain
/
scripts
7
sources_dir
=
$LFS
/
sources
8
9
wget
-i
toolchain-download-list
-P
$sources_dir
10
11
cd
$scripts_dir
12
13
.
/
Binutils-2.23
.1
-Pass_1
14
.
/
GCC-4.7
.3
-Pass_1
15
.
/
Linux-3.8
.1
_API_Headers
16
.
/
Glibc-2.17
17
.
/
Binutils-2.23
.1
-Pass_2
18
.
/
GCC-4.7
.3
-Pass_2
19
.
/
Tcl-8.6
.0
20
.
/
Expect-5.45
21
.
/
DejaGNU-1.5
22
.
/
Check-0.9
.9
23
.
/
Ncurses-5.9
24
.
/
Bash-4.2
25
.
/
Bzip2-1.0
.6
26
.
/
Coreutils-8.21
27
.
/
Diffutils-3.2
28
.
/
File-5.13
29
.
/
Findutils-4.4
.2
30
.
/
Gawk-4.0
.2
31
.
/
Gettext-0.18
.2
32
.
/
Grep-2.14
33
.
/
Gzip-1.5
34
.
/
M4-1.4
.16
35
.
/
Make-3.82
36
.
/
Patch-2.7
.1
37
.
/
Perl-5.16
.2
38
.
/
Sed-4.2
.2
39
.
/
Tar-1.26
40
.
/
Texinfo-5.0
41
.
/
Xz-5.0
.4
42
.
/
libarchive-3.1
.2
43
.
/
curl-7.31
.0
44
.
/
pacman-4.1
.2
45
.
/
stripping
46
47
exit
0
48
49
50