Changeset 621f01f for common


Ignore:
Timestamp:
09/16/2006 05:45:58 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
83c3752
Parents:
80f0ea1
Message:

Fixed create-sbu_du-report target run (I think)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r80f0ea1 r621f01f  
    6767    clfs2 ) MOUNT_ENV="CLFS" ;;
    6868    hlfs  ) MOUNT_ENV="HLFS" ;;
    69     *) echo "undefined progname $PROGNAME"; exit 1
     69    *) echo "undefined progname $PROGNAME"; exit 1 ;;
    7070  esac
    7171
     
    7474        @( time { export ${MOUNT_ENV}=\$(MOUNT_PT) && ${PROGNAME}-commands/`dirname $file`/\$@ >>logs/\$@ 2>&1 ; } ) 2>>logs/\$@ && \\
    7575        \$(PRT_DU_CR) >>logs/\$@
    76 EOF
    77 ) >> $MKFILE.tmp
    78 }
    79 
    80 
    81 #----------------------------------#
    82 wrt_report() {                     #
    83 #----------------------------------#
    84 (
    85 cat << EOF
    86 
    87 create-sbu_du-report:  $PREV
    88         @\$(call echo_message, Building)
    89         @./create-sbu_du-report.sh logs $VERSION
    90         @\$(call echo_report,$VERSION-SBU_DU-$(date --iso-8601).report)
    91         @touch  \$@
    9276EOF
    9377) >> $MKFILE.tmp
     
    344328  if [ "$RUNMAKE" = "y" ] ; then
    345329    # Test to make sure we're running the build as root
    346     if [ "$UID" = "0" ] ; then   
     330    if [ "$UID" = "0" ] ; then
    347331      echo "You must not be logged in as root to build the system."
    348332      exit 1
Note: See TracChangeset for help on using the changeset viewer.