s/PREFIX/CONFIG_PREFIX/
This commit is contained in:
@@ -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:
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user