Changeset a858a78 for LFS


Ignore:
Timestamp:
05/31/2006 08:43:41 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
b9ec725
Parents:
b7faa5a
Message:

POC for progress bar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    rb7faa5a ra858a78  
    356356SRC= /sources
    357357MOUNT_PT= $BUILDDIR
     358MAKE_PID=\`pidof make | cut -d " " -f1\`
    358359
    359360include makefile-functions
     
    432433        @chown lfs:lfs /home/lfs/.bash* && \\
    433434        touch \$@
    434        
     435
    435436do_housekeeping:
    436437        -umount \$(MOUNT_PT)/sys
     
    443444                rm -rf /home/lfs; \\
    444445        fi;
    445        
     446
    446447EOF
    447448) >> $MKFILE
Note: See TracChangeset for help on using the changeset viewer.