Changeset 2d6f66b in clfs-embedded for BOOK


Ignore:
Timestamp:
Apr 26, 2017, 3:00:15 AM (7 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
73d7997
Parents:
a67ab57
Message:

final-system/busybox: Clarify and commonize depmod.pl install

Clarify that the host needs be able to run depmod and then when
installing depmod to cross-tools, use verbose options so we get a nice
printout of what's done like every other time we use cp or chmod.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/busybox.xml

    ra67ab57 r2d6f66b  
    7373
    7474    <para os="l">If you're going to build your kernel with modules, you will need
    75     to make sure <command>depmod.pl</command> is available:</para>
     75    to make sure <command>depmod.pl</command> is available for your host to
     76    execute:</para>
    7677
    77 <screen os="m"><userinput>cp examples/depmod.pl ${CLFS}/cross-tools/bin
    78 chmod 755 ${CLFS}/cross-tools/bin/depmod.pl</userinput></screen>
     78<screen os="m"><userinput>cp -v examples/depmod.pl ${CLFS}/cross-tools/bin
     79chmod -v 755 ${CLFS}/cross-tools/bin/depmod.pl</userinput></screen>
    7980
    8081  </sect2>
Note: See TracChangeset for help on using the changeset viewer.