Changeset 6280230 in clfs-embedded for BOOK/final-system/common


Ignore:
Timestamp:
Jul 18, 2013, 12:05:51 PM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
364d698
Parents:
feb553b
git-author:
Andrew Bradford <andrew@…> (07/15/13 03:54:46)
git-committer:
Andrew Bradford <andrew@…> (07/18/13 12:05:51)
Message:

busybox: 'make distclean' first

To ensure we have a clean directory prior to building.

File:
1 edited

Legend:

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

    rfeb553b r6280230  
    3838-->
    3939
    40     <para os="a">The following patch contains a default configuration for busybox:</para>
     40    <para os="a">First ensure the BusyBox source is completely clean:</para>
    4141
    42 <screen os="b"><userinput>patch -Np1 -i ../&busybox-config-patch;
     42<screen os="b"><userinput>make distclean</userinput></screen>
     43
     44    <para os="c">The following patch contains a default configuration for busybox:</para>
     45
     46<screen os="d"><userinput>patch -Np1 -i ../&busybox-config-patch;
    4347cp -v clfs/config .config</userinput></screen>
    4448
    45     <note os="c">
     49    <note os="e">
    4650      <para>Currently we are just telling Busybox to use a generic
    4751      configuration. For those for more adventurous, you can use
     
    5054    </note>
    5155
    52     <para os="d">The following tells BusyBox to validate the configuration,
     56    <para os="f">The following tells BusyBox to validate the configuration,
    5357    and makes sure all required options are defined:</para>
    5458
    55 <screen os="e"><userinput>make oldconfig</userinput></screen>
     59<screen os="g"><userinput>make oldconfig</userinput></screen>
    5660
    57     <para os="f">Compile the package:</para>
     61    <para os="h">Compile the package:</para>
    5862
    59 <screen os="g"><userinput>make CROSS_COMPILE="${CLFS_TARGET}-"</userinput></screen>
     63<screen os="i"><userinput>make CROSS_COMPILE="${CLFS_TARGET}-"</userinput></screen>
    6064
    61     <para os="h">Install the package:</para>
     65    <para os="j">Install the package:</para>
    6266
    63 <screen os="i"><userinput>make CROSS_COMPILE="${CLFS_TARGET}-" \
     67<screen os="k"><userinput>make CROSS_COMPILE="${CLFS_TARGET}-" \
    6468  CONFIG_PREFIX="${CLFS}" install</userinput></screen>
    6569
    66     <para os="j">If you're going to build your kernel with modules, you will need
     70    <para os="l">If you're going to build your kernel with modules, you will need
    6771    to make sure <command>depmod.pl</command> is available:</para>
    6872
    69 <screen os="k"><userinput>cp examples/depmod.pl ${CLFS}/cross-tools/bin
     73<screen os="m"><userinput>cp examples/depmod.pl ${CLFS}/cross-tools/bin
    7074chmod 755 ${CLFS}/cross-tools/bin/depmod.pl</userinput></screen>
    7175
Note: See TracChangeset for help on using the changeset viewer.