aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-02-03 17:29:14 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-02-03 17:29:14 +0000
commit9951e55ab213fe3589785d3a9428c17ba755b080 (patch)
tree7196276c295570562c620c7a36167f14c972354a /INSTALL
parent014e12f573abe8f1c77b8206c1ea0becaf2a82f8 (diff)
downloadbusybox-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--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 6644481a3..a7902ab8d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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
10The full list of configuration and install options is available by typing: 10The 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
119More Information: 119More Information:
120================= 120=================