diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-02-03 17:29:14 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-02-03 17:29:14 +0000 |
commit | 9951e55ab213fe3589785d3a9428c17ba755b080 (patch) | |
tree | 7196276c295570562c620c7a36167f14c972354a /INSTALL | |
parent | 014e12f573abe8f1c77b8206c1ea0becaf2a82f8 (diff) | |
download | busybox-w32-9951e55ab213fe3589785d3a9428c17ba755b080.tar.gz busybox-w32-9951e55ab213fe3589785d3a9428c17ba755b080.tar.bz2 busybox-w32-9951e55ab213fe3589785d3a9428c17ba755b080.zip |
s/PREFIX/CONFIG_PREFIX/
git-svn-id: svn://busybox.net/trunk/busybox@17741 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ The BusyBox build process is similar to the Linux kernel build: | |||
5 | 5 | ||
6 | make menuconfig # This creates a file called ".config" | 6 | make menuconfig # This creates a file called ".config" |
7 | make # This creates the "busybox" executable | 7 | make # This creates the "busybox" executable |
8 | make install # or make PREFIX=/path/from/root install | 8 | make install # or make CONFIG_PREFIX=/path/from/root install |
9 | 9 | ||
10 | The full list of configuration and install options is available by typing: | 10 | The full list of configuration and install options is available by typing: |
11 | 11 | ||
@@ -114,7 +114,7 @@ configuration step, as in: | |||
114 | make O=/some/empty/directory allyesconfig | 114 | make O=/some/empty/directory allyesconfig |
115 | cd /some/empty/directory | 115 | cd /some/empty/directory |
116 | make | 116 | make |
117 | make PREFIX=. install | 117 | make CONFIG_PREFIX=. install |
118 | 118 | ||
119 | More Information: | 119 | More Information: |
120 | ================= | 120 | ================= |