diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-14 13:27:34 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-14 13:27:34 +0100 |
commit | 662078f9fd41efe422d7abc0aea1395c27c61ddd (patch) | |
tree | efca24f01b8f13b2223cac193e086db72e84c905 /INSTALL | |
parent | 60b9524bf7368932bc9ca5d4ba77575c30e88726 (diff) | |
download | busybox-w32-662078f9fd41efe422d7abc0aea1395c27c61ddd.tar.gz busybox-w32-662078f9fd41efe422d7abc0aea1395c27c61ddd.tar.bz2 busybox-w32-662078f9fd41efe422d7abc0aea1395c27c61ddd.zip |
small doc update
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ somewhere else. | |||
117 | 117 | ||
118 | To build out of tree, cd to an empty directory and configure busybox from there: | 118 | To build out of tree, cd to an empty directory and configure busybox from there: |
119 | 119 | ||
120 | make -f /path/to/source/Makefile defconfig | 120 | make KBUILD_SRC=/path/to/source -f /path/to/source/Makefile defconfig |
121 | make | 121 | make |
122 | make install | 122 | make install |
123 | 123 | ||