File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ build()
11
11
make clean || return 2
12
12
./configure ${1} || return 2
13
13
make -j2 LDFLAGS=" ${LDFLAGS} ${2} " || return 2
14
- for i in ${3} ; do
15
- cp src/${i} ${OUT} /${i}${4} || return 2
16
- done
17
14
[ " ${INSTALL} " = " true" ] && {
18
15
make install || return 2
19
16
}
@@ -22,9 +19,9 @@ build()
22
19
23
20
rm -f " ${OUT} " /*
24
21
25
- build " --enable-precheck ${1} " " ${3} " " glutil-precheck " || exit 2
26
- build " ${1} ${2} " " ${3} " " glutil " || exit 2
27
- build " --enable-gfind ${1} " " ${3} " " gfind " || exit 2
28
- build " --enable-chroot-ownbin ${1} ${2} " " ${3} " " glutil-chroot " || exit 2
22
+ build " --enable-precheck ${1} " " ${3} " || exit 2
23
+ build " ${1} ${2} " " ${3} " || exit 2
24
+ build " --enable-gfind ${1} " " ${3} " || exit 2
25
+ build " --enable-chroot-ownbin ${1} ${2} " " ${3} " || exit 2
29
26
30
27
exit 0
You can’t perform that action at this time.
0 commit comments