1 2 3 4 5 6 7 8 9
$ configure --prefix=/usr ... $ make install -> ставит в /usr/bin/foo $ make install DESTDIR=/tmp/buildroot -> ставит в /tmp/buildroot/usr/bin/foo