diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-03 17:29:14 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-03 17:29:14 +0000 |
commit | e8ce0626d99114a66ae48273bb1478a3454b65cf (patch) | |
tree | 7196276c295570562c620c7a36167f14c972354a /INSTALL | |
parent | 06af2165288cd6516b89001ec9e24992619230e0 (diff) | |
download | busybox-e8ce0626d99114a66ae48273bb1478a3454b65cf.tar.gz |
s/PREFIX/CONFIG_PREFIX/
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: make menuconfig # This creates a file called ".config" make # This creates the "busybox" executable - make install # or make PREFIX=/path/from/root install + make install # or make CONFIG_PREFIX=/path/from/root install The full list of configuration and install options is available by typing: @@ -114,7 +114,7 @@ configuration step, as in: make O=/some/empty/directory allyesconfig cd /some/empty/directory make - make PREFIX=. install + make CONFIG_PREFIX=. install More Information: ================= |