Changeset a67ab57 in clfs-embedded


Ignore:
Timestamp:
Apr 26, 2017, 2:57:19 AM (7 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
2d6f66b
Parents:
7f6542c
Message:

final-system/busybox: Always put 'make' at the start of the command line

This tells make to set these internal to it variables rather than having
the shell set the variables and then launch make. This is slightly
safer and works correctly.

File:
1 edited

Legend:

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

    r7f6542c ra67ab57  
    4343      configuration:</para>
    4444
    45 <screen os="g"><userinput>ARCH="${CLFS_ARCH}" make defconfig</userinput></screen>
     45<screen os="g"><userinput>make ARCH="${CLFS_ARCH}" defconfig</userinput></screen>
    4646
    4747    <para os="fa">Disable building both ifplugd and inetd as they both have
     
    6565    <para os="h">Compile the package:</para>
    6666
    67 <screen os="i"><userinput>ARCH="${CLFS_ARCH}" CROSS_COMPILE="${CLFS_TARGET}-" make</userinput></screen>
     67<screen os="i"><userinput>make ARCH="${CLFS_ARCH}" CROSS_COMPILE="${CLFS_TARGET}-"</userinput></screen>
    6868
    6969    <para os="j">Install the package:</para>
    7070
    71 <screen os="k"><userinput>ARCH="${CLFS_ARCH}" CROSS_COMPILE="${CLFS_TARGET}-" make  \
     71<screen os="k"><userinput>make ARCH="${CLFS_ARCH}" CROSS_COMPILE="${CLFS_TARGET}-"\
    7272  CONFIG_PREFIX="${CLFS}/targetfs" install</userinput></screen>
    7373
Note: See TracChangeset for help on using the changeset viewer.