mirror of
https://github.com/YellowJacketLinux/lfs-buildscripts.git
synced 2025-01-23 14:32:20 +08:00
bug fix
This commit is contained in:
parent
f97d9d6f46
commit
1562381f4f
@ -48,7 +48,7 @@ sed -e 's/{ target nonpic } //' \
|
||||
if [ ! -f ${GLSOURCES}/SKIPTESTS ]; then
|
||||
echo "running gcc make check. This takes a VERY long time."
|
||||
echo "You can watch progress in another console via:"
|
||||
echo " tail -f ${GLSOURCES}/gcc-${gcc_version}/build/gcc.check.log"
|
||||
echo " tail -f /mnt/newlfs/sources/gcc-${gcc_version}/build/gcc.check.log"
|
||||
chown -R tester .
|
||||
su tester -c "PATH=$PATH make -k check > gcc.check.log"
|
||||
mv gcc.check.log ${GLSOURCES}/
|
||||
|
Loading…
Reference in New Issue
Block a user