Changeset 924a237


Ignore:
Timestamp:
04/03/2022 07:42:25 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
88e5cbc
Parents:
9b99ada
Message:

Fix $(BUILDDIR)/jhalfs/Makefile

Now that we have only lfs, some lines in the Makefile have been
removed, but still some shell continuation (&& \) were left. This
leads to weird error message (@ non existing command, or so).
Remove the continuation characters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_wrt_Makefile

    r9b99ada r924a237  
    233233cat << EOF
    234234        @source ~/.bashrc && \\
    235         \$(CMDSDIR)/`dirname $file`/\$@ >> \$(LOGDIR)/\$@$version 2>&1 && \\
     235        \$(CMDSDIR)/`dirname $file`/\$@ >> \$(LOGDIR)/\$@$version 2>&1
    236236EOF
    237237) >> $MKFILE.tmp
     
    249249cat << EOF
    250250        @source envars && \\
    251         \$(crCMDSDIR)/`dirname $file`/\$@ >>\$(crLOGDIR)/\$@$version 2>&1 && \\
     251        \$(crCMDSDIR)/`dirname $file`/\$@ >>\$(crLOGDIR)/\$@$version 2>&1
    252252EOF
    253253) >> $MKFILE.tmp
Note: See TracChangeset for help on using the changeset viewer.