Ignore:
Timestamp:
03/30/2022 03:45:35 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
3e82b0b
Parents:
2bd2fb8
Message:

Get completely rid of PROGNAME

There is only one PROGNAME: lfs, so no need for a variable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_wrt_Makefile

    r2bd2fb8 r8825e69  
    234234        @source ~/.bashrc && \\
    235235        \$(CMDSDIR)/`dirname $file`/\$@ >> \$(LOGDIR)/\$@$version 2>&1 && \\
    236         if [ "${PROGNAME}" != lfs ]; then \$(PRT_DU) >>logs/\$@$version; fi
    237236EOF
    238237) >> $MKFILE.tmp
     
    251250        @source envars && \\
    252251        \$(crCMDSDIR)/`dirname $file`/\$@ >>\$(crLOGDIR)/\$@$version 2>&1 && \\
    253         if [ "${PROGNAME}" != lfs ]; then \$(PRT_DU_CR) >>logs/\$@$version; fi
    254252EOF
    255253) >> $MKFILE.tmp
Note: See TracChangeset for help on using the changeset viewer.