Changeset 7ced71e


Ignore:
Timestamp:
12/09/2005 05:49:30 PM (19 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:
f4a4ba5
Parents:
0fb5b0f
Message:

Trailing spaces clean-up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r0fb5b0f r7ced71e  
    3434
    3535  -P, --get-packages            download the packages and patches. This
    36                                 assumes that the server declared in the 
     36                                assumes that the server declared in the
    3737                                jhalfs.conf file has the proper packages
    3838                                and patches for the book version being
     
    4747  -L, --LFS-version VER         checkout VER version of the LFS book.
    4848                                Supported versions at this time are:
    49                                
     49
    5050         dev* | trunk | SVN     aliases for Development LFS
    5151         6.1.1                  stable 6.1.1 book
     
    7373                                /etc/fstab file with dummy values is
    7474                                created.
    75  
     75
    7676  --no-vim-lang                 don't install the optional vim-lang package
    7777
     
    234234  if [ "$LFSVRS" = "6.1.1" ] ; then
    235235    echo `grep "glibc" packages | sed 's@glibc@&-linuxthreads@'` >> packages
    236     # Download the module-init-tools-testsuite package only 
     236    # Download the module-init-tools-testsuite package only
    237237    # if the test suite will be run.
    238238    if [ "$TEST" = "1" ] ; then
     
    257257
    258258  # Hackish fix for the bash-doc, glibc-{linuxthreads,libidn} and
    259   # module-init-tools-testsuite packages that doesn't conform to 
     259  # module-init-tools-testsuite packages that doesn't conform to
    260260  # norms in the URL scheme.
    261261  DIR=`echo $1 | sed 's@-doc@@;s@-linuxthreads@@;s@-libidn@@;s@-testsuite@@'`
     
    819819    PREV=$i
    820820  done  # for file in chapter0{7,8,9}/*
    821 } 
     821}
    822822
    823823
     
    833833  chapter4_Makefiles
    834834  chapter5_Makefiles
    835   chapter6_Makefiles 
    836   chapter789_Makefiles 
     835  chapter6_Makefiles
     836  chapter789_Makefiles
    837837
    838838
     
    898898        rm -f $chapter5 restore-lfs-env sources-dir
    899899        cd logs && rm -f $chapter5 && cd ..
    900  
     900
    901901clean-chapter6:
    902902        -umount \$(LFS)/sys
     
    909909        cd logs && rm -f $chapter6 && cd ..
    910910
    911 clean-chapter789: 
     911clean-chapter789:
    912912        rm -f $chapter789
    913913        cd logs && rm -f $chapter789 && cd ..
     
    982982          LFSVRS=6.1.1
    983983          ;;
    984        
     984
    985985        alpha*)
    986986          LFSVRS=alphabetical
     
    10341034
    10351035    --no-vim-lang )     VIMLANG=0 ;;
    1036    
     1036
    10371037    --page_size )
    10381038      test $# = 1 && eval "$exit_missing_arg"
     
    10921092done
    10931093
    1094 # Prevents setting "-d /" by mistake. 
     1094# Prevents setting "-d /" by mistake.
    10951095
    10961096if [ $BUILDDIR = / ] ; then
     
    11001100
    11011101# If $BUILDDIR have subdirectories like tools/ or bin/, stop the run
    1102 # and notify the user about that. 
     1102# and notify the user about that.
    11031103
    11041104if [ -d $BUILDDIR/tools -o -d $BUILDDIR/bin ] && [ -z $CLEAN ] ; then
Note: See TracChangeset for help on using the changeset viewer.