Revision | 4c8a016976a2f1e006afcdd5fefd79d164617758 (tree) |
---|---|
Zeit | 2012-03-17 14:30:24 |
Autor | matsuand <matsuand@user...> |
Commiter | matsuand |
[LFS] Modified 6.63b, removed _lfsset.sh calling.
@@ -5,9 +5,7 @@ CHAP=`echo $THISFILE | sed s/\.sh//` | ||
5 | 5 | |
6 | 6 | TARGET=chroot |
7 | 7 | |
8 | -. ./_lfsset.sh | |
9 | - | |
10 | 8 | /tools/bin/find /{,usr/}{bin,lib,sbin} -type f \ |
11 | 9 | -exec /tools/bin/strip --strip-debug '{}' ';' \ |
12 | - 1> $LOG/$TARGET.1_strip.log 2>&1 | |
10 | + 1> /dev/null 2>&1 | |
13 | 11 |