Ignore:
Timestamp:
09/27/2007 07:26:14 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
aafcfa9
Parents:
f9bfa72
Message:

Revised func_compare.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_wrt_Makefile

    rf9bfa72 r111d25a  
    109109(
    110110cat << EOF
    111         @export ${MOUNT_ENV}=\$(MOUNT_PT) && ${PROGNAME}-commands/`dirname $file`/\$@ > logs/\$@ 2>&1
     111        @export ${MOUNT_ENV}=\$(MOUNT_PT) && ${PROGNAME}-commands/`dirname $file`/\$@ > $LOGDIRBASE/\$@ 2>&1
    112112EOF
    113113) >> $MKFILE.tmp
     
    121121(
    122122cat << EOF
    123         @\$(CMDSDIR)/`dirname $file`/\$@ > logs/\$@ 2>&1
     123        @\$(CMDSDIR)/`dirname $file`/\$@ > $LOGDIRBASE/\$@ 2>&1
    124124EOF
    125125) >> $MKFILE.tmp
     
    132132(
    133133cat << EOF
    134         @\$(crCMDSDIR)/`dirname $file`/\$@ > logs/\$@ 2>&1
     134        @\$(crCMDSDIR)/`dirname $file`/\$@ > $LOGDIRBASE/\$@ 2>&1
    135135EOF
    136136) >> $MKFILE.tmp
     
    148148(
    149149cat << EOF
    150         @cp -v \$(MOUNT_PT)/sources/fstab \$(MOUNT_PT)/etc/fstab > logs/\$@ 2>&1
     150        @cp -v \$(MOUNT_PT)/sources/fstab \$(MOUNT_PT)/etc/fstab > $LOGDIRBASE/\$@ 2>&1
    151151EOF
    152152) >> $MKFILE.tmp
     
    158158(
    159159cat << EOF
    160         @cp -v /sources/fstab /etc/fstab > logs/\$@ 2>&1
     160        @cp -v /sources/fstab /etc/fstab > $LOGDIRBASE/\$@ 2>&1
    161161EOF
    162162) >> $MKFILE.tmp
Note: See TracChangeset for help on using the changeset viewer.