Changeset 1838bc7 for CLFS2


Ignore:
Timestamp:
11/12/2006 01:50:34 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
d55a1a1
Parents:
1f81129
Message:

Changed how create-sbu_du-report target is created.
Added blfs-tool support to HLFS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS2/master.sh

    r1f81129 r1838bc7  
    468468
    469469SETUP:  $host_prep
    470 
    471 LUSER:  $cross_tools $basicsystem $bootscripttools $bootable
    472 
    473 ROOT:   $chowning
    474 
     470LUSER:  $cross_tools $basicsystem $bootscripttools $bootable
     471ROOT:   $chowning
     472
     473
     474create-sbu_du-report:  ROOT
     475        @\$(call echo_message, Building)
     476        @if [ "\$(ADD_REPORT)" = "y" ]; then \\
     477          ./create-sbu_du-report.sh logs $VERSION; \\
     478          \$(call echo_report,$VERSION-SBU_DU-$(date --iso-8601).report); \\
     479        fi;
     480        @touch  \$@
    475481
    476482restore-luser-env:
     
    496502) >> $MKFILE
    497503
    498   # Add SBU-disk_usage report target
    499   echo "create-sbu_du-report:" >> $MKFILE
    500   if [[ "$REPORT" = "y" ]] ; then
    501 (
    502     cat << EOF
    503         @\$(call echo_message, Building)
    504         @./create-sbu_du-report.sh logs $VERSION
    505         @\$(call echo_report,$VERSION-SBU_DU-$(date --iso-8601).report)
    506         @touch  \$@
    507 
    508 
    509 EOF
    510 ) >> $MKFILE
    511   else echo -e "\t@true\n\n" >> $MKFILE; fi
    512 
    513504  # Bring over the items from the Makefile.tmp
    514505  cat $MKFILE.tmp >> $MKFILE
     
    517508
    518509}
    519 
Note: See TracChangeset for help on using the changeset viewer.