LINUX Howto
5-8.Compile & Install the bash

1. bashソースコードを/mnt/target1/usr/srcに展開
  $cd /mnt/target1/usr/src
  $tar -xzvf /usr/src/local/linuxdev/bash-2.05b.tar.gz
  $cd bash-2.05b

 2. bashのコンパイルと導入
  $./configure --prefix=/mnt/target1/usr/local --exec-prefix=/mnt/target1 --with-curses
  $make
  $make install>

 3. shへリンクの作成
  $cd /mnt/target1/bin
  $ln -s bash sh





直線上に配置