Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
#
###############################################################################
+PS1='\u:\w$ '
+
# Remember if the shell is interactive or not
if [ -t 0 ] && [ -t 1 ]; then
INTERACTIVE=true
lfsmakecommoncheck $*
[ $? == 1 ] && return 0
- local PS1='\u:\w$ '
-
enterchroot \
bash -x -c "cd /usr/src/lfs && \
make -f $* \
lfsmakecommoncheck $*
[ $? == 1 ] && return 0
- local PS1='\u:\w$ '
-
enterchroot \
bash -x -c "cd /usr/src/lfs && make -f $* LFS_BASEDIR=/usr/src dist" \
>> ${LOGFILE} 2>&1 &