s/PREFIX/CONFIG_PREFIX/

This commit is contained in:
Denis Vlasenko
2007-02-03 17:29:14 +00:00
parent 06af216528
commit e8ce0626d9
7 changed files with 15 additions and 15 deletions

View File

@@ -72,7 +72,7 @@ The following steps will create a root file system.
- Install the Busybox binary and accompanying symlinks:
(chdir to busybox directory)
make PREFIX=(path to)loop/ install
make CONFIG_PREFIX=(path to)loop/ install
- Make device files in /dev:

View File

@@ -76,7 +76,7 @@ cd $BASE_DIR
cd $BUSYBOX_DIR
make distclean
make CC=$BASE_DIR/$UCLIBC_DIR/extra/gcc-uClibc/i386-uclibc-gcc
make PREFIX=$BASE_DIR/$TARGET_DIR install
make CONFIG_PREFIX=$BASE_DIR/$TARGET_DIR install
cd $BASE_DIR