Changeset 1838bc7 for CLFS/master.sh


Ignore:
Timestamp:
11/12/2006 01:50:34 PM (18 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
  • CLFS/master.sh

    r1f81129 r1838bc7  
    11001100        @touch \$@
    11011101
    1102 mk_BLFS_TOOL: mk_SYSTOOLS
    1103         @\$(call echo_PHASE,Building BLFS-TOOLS); \\
     1102mk_BLFS_TOOL: create-sbu_du-report
     1103        @\$(call echo_PHASE,Building BLFS-TOOLS)
    11041104        @if [ "\$(ADD_BLFS_TOOLS)" = "y" ]; then \\
    11051105          sudo mkdir -p $BUILDDIR$TRACKING_DIR; \\
    11061106          sudo \$(CHROOT1) "cd \$(SCRIPT_ROOT) && make BLFS_TOOL"; \\
    1107         fi
     1107        fi;
    11081108        @touch \$@
    11091109
     
    11131113CHROOT_JAIL: ${chroottools}${boottools} $testsuitetools $basicsystem  $bootscripttools  $bootabletools
    11141114BLFS_TOOL:   $blfs_tool
     1115
     1116
     1117create-sbu_du-report:  mk_SYSTOOLS
     1118        @\$(call echo_message, Building)
     1119        @if [ "\$(ADD_REPORT)" = "y" ]; then \\
     1120          ./create-sbu_du-report.sh logs $VERSION; \\
     1121          \$(call echo_report,$VERSION-SBU_DU-$(date --iso-8601).report); \\
     1122        fi;
     1123        @touch  \$@
    11151124
    11161125do-housekeeping:
     
    11281137EOF
    11291138) >> $MKFILE
    1130 
    1131   # Add SBU-disk_usage report target
    1132   echo "create-sbu_du-report:" >> $MKFILE
    1133   if [[ "$REPORT" = "y" ]] ; then
    1134 (
    1135     cat << EOF
    1136         @\$(call echo_message, Building)
    1137         @./create-sbu_du-report.sh logs $VERSION
    1138         @\$(call echo_report,$VERSION-SBU_DU-$(date --iso-8601).report)
    1139         @touch  \$@
    1140 
    1141 EOF
    1142 ) >> $MKFILE
    1143   else echo -e "\t@true\n" >> $MKFILE; fi
    1144 
    11451139
    11461140fi
Note: See TracChangeset for help on using the changeset viewer.